mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 15:36:58 +00:00
Merge "Handle hidden revisions in user page edit notification"
This commit is contained in:
commit
07a52928f8
|
@ -62,7 +62,7 @@ class EchoEditUserPagePresentationModel extends EchoEventPresentationModel {
|
|||
$summary = MediaWikiServices::getInstance()->getCommentFormatter()->format( $summary );
|
||||
$summary = Sanitizer::stripAllTags( $summary );
|
||||
} else {
|
||||
$summary = false;
|
||||
$summary = $this->msg( 'rev-deleted-comment' )->text();
|
||||
}
|
||||
if ( !$this->isBundled() ) {
|
||||
return new RawMessage( '$1', [ Message::plaintextParam( $summary ) ] );
|
||||
|
|
Loading…
Reference in a new issue