https://bugzilla.wikimedia.org/show_bug.cgi?id=29859
--- Comment #5 from Toni Hermoso Pulido <[email protected]> 2011-08-07 18:26:27 UTC --- (In reply to comment #3) > It already says that, right below the line: > "# Non-articles (special pages etc), and old revisions" > > This patch just slightly improves the logic, so that simply having mOldID does > not automatically indicate that an old revision is being viewed. Yes, it does not solve the problem. As a workaround I put : For any casual person who visited this bug, like me today, I changed in Article.php: if ( $this->getID() === 0 ) { } and then I patched my skin to look at oldid and action in URL for adding noindex,nofollow. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
