From: Aaron Schulz Date: Sat, 27 Feb 2010 22:56:48 +0000 (+0000) Subject: Deprecate revText(), redundant X-Git-Tag: 1.31.0-rc.0~37584 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=e18a7df8f4623c203ee7ca06b2f8ddb19269e7ae;p=lhc%2Fweb%2Fwiklou.git Deprecate revText(), redundant --- diff --git a/includes/Revision.php b/includes/Revision.php index 8d2c7e9d6b..31814fe6c5 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -601,6 +601,7 @@ class Revision { /** * Alias for getText(Revision::FOR_THIS_USER) * + * @deprecated * @return String */ public function revText() {