Adding numberheadings to rendering hash, related inconsistency reported on #wikipedia
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 15 Aug 2004 15:01:33 +0000 (15:01 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 15 Aug 2004 15:01:33 +0000 (15:01 +0000)
includes/User.php

index 250235d..578a7ee 100644 (file)
@@ -675,6 +675,7 @@ class User {
                $confstr .= '!' . $this->getOption( 'editsectiononrightclick' );
                $confstr .= '!' . $this->getOption( 'showtoc' );
                $confstr .= '!' . $this->getOption( 'date' );
+               $confstr .= '!' . $this->getOption( 'numberheadings' );
 
                $this->mHash = $confstr;
                return $confstr ;