X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FFeedUtils.php;h=96a88d3d98277dceff34790c626ccfab8c73a43d;hp=e143a4c6143b3c60e4ccefcc52832773bc193ba4;hb=89539f2aa1b158fdcc703ad053e2580cb97a6385;hpb=28149973fc1eb2aae8830dab3112ee2b928c4ff5 diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php index e143a4c614..96a88d3d98 100644 --- a/includes/FeedUtils.php +++ b/includes/FeedUtils.php @@ -188,8 +188,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 {