From 0085d6d0ba08732708395eb29f251dc8fe100f2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 7 Apr 2005 21:59:02 +0000 Subject: [PATCH] * Changed msg:contributionsformtext to support the invert feature. --- languages/Language.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 35ca1fccb7..2cfbf71c78 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1380,6 +1380,10 @@ See [[Special:Log/delete]] for a record of recent deletions and restorations.", Namespace: $1 $2 + + $3 + Invert + ', 'nocontribs' => 'No changes were found matching these criteria.', 'ucnote' => "Below are this user's last $1 changes in the last $2 days.", @@ -2468,19 +2472,18 @@ class Language { return strtolower( substr( get_class( $this ), 8 ) ); } - /* if a language supports multiple variants, it is - possible that non-existing link in one variant - actually exists in another variant. this function - tries to find it. See e.g. LanguageZh.php - - */ + /** if a language supports multiple variants, it is + * possible that non-existing link in one variant + * actually exists in another variant. this function + * tries to find it. See e.g. LanguageZh.php + */ function findVariantLink( &$link, &$nt ) { return; } /* - returns an array of extra options used by User::getPageRenderHash() - */ + * returns an array of extra options used by User::getPageRenderHash() + */ function getExtraHashOptions() { return ''; } -- 2.20.1