From: Ævar Arnfjörð Bjarmason Date: Thu, 7 Apr 2005 21:59:02 +0000 (+0000) Subject: * Changed msg:contributionsformtext to support the invert feature. X-Git-Tag: 1.5.0alpha1~351 X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=commitdiff_plain;h=0085d6d0ba08732708395eb29f251dc8fe100f2b;p=lhc%2Fweb%2Fwiklou.git * Changed msg:contributionsformtext to support the invert feature. --- 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 ''; }