r109558 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109557‎ | r109558 | r109559 >
Date:18:35, 19 January 2012
Author:bsitu
Status:ok (Comments)
Tags:
Comment:
Adding noindex, nofollow to Special Feedbackdashboard page
Modified paths:
  • /trunk/extensions/MoodBar/SpecialFeedbackDashboard.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/SpecialFeedbackDashboard.php
@@ -63,6 +63,7 @@
6464
6565 // Output HTML
6666 $wgOut->setPageTitle( wfMsg( 'moodbar-feedback-title' ) );
 67+ $wgOut->setRobotPolicy('noindex,nofollow');
6768 $wgOut->addHTML( $this->buildForm( $filterType ) );
6869 $wgOut->addHTML( $this->buildList( $res ) );
6970 $wgOut->addModuleStyles( 'ext.moodBar.dashboard.styles' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r109629followup to -r109558, add white space for code consistencybsitu17:57, 20 January 2012

Comments

#Comment by Nikerabbit (talk | contribs)   07:15, 20 January 2012

Mind the whitespace.

#Comment by Bsitu (talk | contribs)   17:46, 20 January 2012

How could that happen! :), I always forget this

Status & tagging log