Index: trunk/phase3/skins/common/commonPrint.css |
— | — | @@ -108,7 +108,8 @@ |
109 | 109 | li#viewcount, |
110 | 110 | li#about, |
111 | 111 | li#disclaimer, |
112 | | -li#privacy { |
| 112 | +li#privacy, |
| 113 | +#mw-hidden-catlinks { |
113 | 114 | /* Hides all the elements irrelevant for printing */ |
114 | 115 | display: none; |
115 | 116 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -451,6 +451,7 @@ |
452 | 452 | by using a new parameter added to the recursiveTagParse function |
453 | 453 | * (bug 14900) __INDEX__ and __NOINDEX__ no longer override site config set in |
454 | 454 | $wgArticleRobotPolicies. |
| 455 | +* (bug 20466) Hidden categories are no more displayed when printing |
455 | 456 | |
456 | 457 | == API changes in 1.16 == |
457 | 458 | |