r50810 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50809‎ | r50810 | r50811 >
Date:05:45, 20 May 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
Added wfDeprecated too
Modified paths:
  • /trunk/phase3/includes/AuthPlugin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AuthPlugin.php
@@ -139,6 +139,7 @@
140140 * @return bool
141141 */
142142 public function allowRealNameChange() {
 143+ wfDeprecated( __METHOD__ );
143144 return $this->allowPropChange( 'realname' );
144145 }
145146
@@ -148,6 +149,7 @@
149150 * @return bool
150151 */
151152 public function allowEmailChange() {
 153+ wfDeprecated( __METHOD__ );
152154 return $this->allowPropChange( 'emailaddress' );
153155 }
154156
@@ -157,6 +159,7 @@
158160 * @return bool
159161 */
160162 public function allowNickChange() {
 163+ wfDeprecated( __METHOD__ );
161164 return $this->allowPropChange( 'nickname' );
162165 }
163166

Status & tagging log