r85744 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85743‎ | r85744 | r85745 >
Date:06:07, 10 April 2011
Author:aaron
Status:ok
Tags:
Comment:
Made revText() give deprecated notice
Modified paths:
  • /trunk/phase3/includes/Revision.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Revision.php
@@ -607,6 +607,7 @@
608608 * @return String
609609 */
610610 public function revText() {
 611+ wfDeprecated();
611612 return $this->getText( self::FOR_THIS_USER );
612613 }
613614

Status & tagging log