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 @@
608
608
* @return String
609
609
*/
610
610
public function revText() {
611
+ wfDeprecated();
611
612
return $this->getText( self::FOR_THIS_USER );
612
613
}
613
614
Status & tagging log
23:10, 21 June 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r85744
[
removed:
new
added:
ok]