aboutsummaryrefslogtreecommitdiffstats
path: root/includes/User.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2005-03-25 09:35:59 +0000
committerBrion Vibber <brion@users.mediawiki.org>2005-03-25 09:35:59 +0000
commite69fe0c5a2497e45dde2f2d0eb7ecbc8b4dd499f (patch)
tree52a7d71f4d95297e198b55ab5dd39053a9ce62b6 /includes/User.php
parent509a128f9e6eee486ac9956ec04369d6c3d127db (diff)
downloadmediawikicore-e69fe0c5a2497e45dde2f2d0eb7ecbc8b4dd499f.tar.gz
mediawikicore-e69fe0c5a2497e45dde2f2d0eb7ecbc8b4dd499f.zip
* do showtoc option via CSS hiding of toc when it's off.
This lets us use the same parser cache for either setting.
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7865
Diffstat (limited to 'includes/User.php')
-rw-r--r--includes/User.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/User.php b/includes/User.php
index 2277171ff591..13621d48b9a0 100644
--- a/includes/User.php
+++ b/includes/User.php
@@ -1120,7 +1120,6 @@ class User {
$confstr .= '!' . $this->getOption( 'stubthreshold' );
$confstr .= '!' . $this->getOption( 'editsection' );
$confstr .= '!' . $this->getOption( 'editsectiononrightclick' );
- $confstr .= '!' . $this->getOption( 'showtoc' );
$confstr .= '!' . $this->getOption( 'date' );
$confstr .= '!' . $this->getOption( 'numberheadings' );
$confstr .= '!' . $this->getOption( 'language' );