diff options
Diffstat (limited to 'includes/Import.php')
-rw-r--r-- | includes/Import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Import.php b/includes/Import.php index c9b09975fd32..7cc6fb1eeb14 100644 --- a/includes/Import.php +++ b/includes/Import.php @@ -1215,7 +1215,7 @@ class WikiRevision { * @deprecated Since 1.21, use getContent() instead. */ function getText() { - wfDeprecated( "Use getContent() instead." ); + ContentHandler::deprecated( __METHOD__, '1.21' ); return $this->text; } |