From 4e4aa0781f33c3d547158436885390692b564d5a Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Mon, 9 Sep 2019 15:07:12 -0700 Subject: [PATCH] You are reviewing an old revision should be a warningbox It's warning you about the outdated nature of the content. Given this message can be customised and thus styled, this will have presentation issues on certain wikis (see screenshots). If we go ahead with this change we'll probably want to give editors a 2 weeks heads up via tech news. https://phabricator.wikimedia.org/F30285062 https://phabricator.wikimedia.org/F30285074 https://phabricator.wikimedia.org/F30285084 Bug: T232415 Change-Id: I7dab00d5500937c03166398d92ea65a599bf3e22 --- includes/page/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/page/Article.php b/includes/page/Article.php index 4b37181c24..b6e366e953 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -1668,7 +1668,7 @@ class Article implements Page { } // the outer div is need for styling the revision info and nav in MobileFrontend - $outputPage->addSubtitle( "
" . $revisionInfo . + $outputPage->addSubtitle( "
" . $revisionInfo . "
" . $cdel . $context->msg( 'revision-nav' )->rawParams( $prevdiff, $prevlink, $lnk, $curdiff, $nextlink, $nextdiff -- 2.20.1