http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89219

Revision: 89219
Author:   jeroendedauw
Date:     2011-05-31 17:19:11 +0000 (Tue, 31 May 2011)
Log Message:
-----------
this method should not be private? the parser function docs use it as public

Modified Paths:
--------------
    trunk/phase3/includes/parser/Parser.php

Modified: trunk/phase3/includes/parser/Parser.php
===================================================================
--- trunk/phase3/includes/parser/Parser.php     2011-05-31 17:18:15 UTC (rev 
89218)
+++ trunk/phase3/includes/parser/Parser.php     2011-05-31 17:19:11 UTC (rev 
89219)
@@ -793,8 +793,6 @@
         * Add an item to the strip state
         * Returns the unique tag which must be inserted into the stripped text
         * The tag will be replaced with the original text in unstrip()
-        *
-        * @private
         */
        function insertStripItem( $text ) {
                $rnd = "{$this->mUniqPrefix}-item-{$this->mMarkerIndex}-" . 
self::MARKER_SUFFIX;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to