X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=includes%2FFeedUtils.php;h=3268291b51fc0d6c9946fe3230598fb92576cb79;hb=6f875daf49bc131844255d597f9a616e247e18a6;hp=e143a4c6143b3c60e4ccefcc52832773bc193ba4;hpb=28149973fc1eb2aae8830dab3112ee2b928c4ff5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php index e143a4c614..3268291b51 100644 --- a/includes/FeedUtils.php +++ b/includes/FeedUtils.php @@ -189,7 +189,7 @@ class FeedUtils { if ( $html === null ) { - // Omit large new page diffs, bug 29110 + // Omit large new page diffs, T31110 // Also use diff link for non-textual content $diffText = self::getDiffLink( $title, $newid ); } else {