X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFeedUtils.php;h=22cb52beba36f823a0551a1ea709957e0806b16f;hb=d4ae43bb9fc535956b10c3ac2545e8aff1cf106d;hp=1d3b3c82de0685ac09c1c6fe257becb953048914;hpb=f08625ee12d531c1255780bfb7b7f6bb0905ffd9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php index 1d3b3c82de..22cb52beba 100644 --- a/includes/FeedUtils.php +++ b/includes/FeedUtils.php @@ -84,7 +84,7 @@ class FeedUtils { return self::formatDiffRow( $titleObj, $row->rc_last_oldid, $row->rc_this_oldid, $timestamp, - ($row->rc_deleted & Revision::DELETED_COMMENT) + $row->rc_deleted & Revision::DELETED_COMMENT ? wfMessage( 'rev-deleted-comment' )->escaped() : $row->rc_comment, $actiontext