X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialEditWatchlist.php;h=e1ecfe8cd516731cbe6a2f83e7736c62dcb36f29;hb=b1dfb00704a39474a7b69ecf464227502c7aa57c;hp=0defcd1bafb41605f6be8f8888f728271e2c19ed;hpb=61898ad28ed69c5b391eb43e0db9386279b9612c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialEditWatchlist.php b/includes/specials/SpecialEditWatchlist.php index 0defcd1baf..e1ecfe8cd5 100644 --- a/includes/specials/SpecialEditWatchlist.php +++ b/includes/specials/SpecialEditWatchlist.php @@ -149,7 +149,6 @@ class SpecialEditWatchlist extends UnlistedSpecialPage { /** * Executes an edit mode for the watchlist view, from which you can manage your watchlist - * */ protected function executeViewEditWatchlist() { $out = $this->getOutput(); @@ -630,7 +629,7 @@ class SpecialEditWatchlist extends UnlistedSpecialPage { if ( $title->exists() ) { $tools['history'] = $linkRenderer->makeKnownLink( $title, - $this->msg( 'history_short' )->text(), + $this->msg( 'history_small' )->text(), [], [ 'action' => 'history' ] ); @@ -794,7 +793,7 @@ class EditWatchlistCheckboxSeriesField extends HTMLMultiSelectField { * HTMLMultiSelectField throws validation errors if we get input data * that doesn't match the data set in the form setup. This causes * problems if something gets removed from the watchlist while the - * form is open (bug 32126), but we know that invalid items will + * form is open (T34126), but we know that invalid items will * be harmless so we can override it here. * * @param string $value The value the field was submitted with