* (bug 20466) Hidden categories are no more displayed when printing
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 1 Sep 2009 20:22:00 +0000 (20:22 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 1 Sep 2009 20:22:00 +0000 (20:22 +0000)
RELEASE-NOTES
skins/common/commonPrint.css

index 7b20f0e..c9a08d9 100644 (file)
@@ -451,6 +451,7 @@ this. Was used when mwEmbed was going to be an extension.
   by using a new parameter added to the recursiveTagParse function
 * (bug 14900) __INDEX__ and __NOINDEX__ no longer override site config set in
   $wgArticleRobotPolicies.
+* (bug 20466) Hidden categories are no more displayed when printing
 
 == API changes in 1.16 ==
 
index 2e440a1..93a37be 100644 (file)
@@ -108,7 +108,8 @@ div#f-copyrightico,
 li#viewcount,
 li#about,
 li#disclaimer,
-li#privacy {
+li#privacy,
+#mw-hidden-catlinks {
     /* Hides all the elements irrelevant for printing */
     display: none;
 }