From 396b28f3d881f5debd888ba9bb9b47c2d478a76f Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 15 Dec 2008 18:02:47 +0100 Subject: update to Mediawiki 1.13.3; some cleanups --- includes/Preprocessor.php | 154 ---------------------------------------------- 1 file changed, 154 deletions(-) delete mode 100644 includes/Preprocessor.php (limited to 'includes/Preprocessor.php') diff --git a/includes/Preprocessor.php b/includes/Preprocessor.php deleted file mode 100644 index 34bc1e5b..00000000 --- a/includes/Preprocessor.php +++ /dev/null @@ -1,154 +0,0 @@ - node into an associative array containing: - * name PPNode name - * index String index - * value PPNode value - */ - function splitArg(); - - /** - * Split an node into an associative array containing name, attr, inner and close - * All values in the resulting array are PPNodes. Inner and close are optional. - */ - function splitExt(); - - /** - * Split an node - */ - function splitHeading(); -} - -- cgit v1.2.3-54-g00ecf