From: Yusuke Matsubara Date: Mon, 2 May 2016 08:23:18 +0000 (+0900) Subject: EditPage: Style anonymous editor preview warning as a warning box X-Git-Tag: 1.31.0-rc.0~7132^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=852744d82cd86a8c5d1615e6a608a4b9d5dff02b;p=lhc%2Fweb%2Fwiklou.git EditPage: Style anonymous editor preview warning as a warning box Change-Id: Idd4c50dd9539b95350818a5a6eaebbaf085105ba Follow-Up: I22c51a46a249247abccda709d74356e8e31a19a8 Bug: T127403 --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 8f6b202cd6..9112112876 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2838,7 +2838,7 @@ class EditPage { '{{fullurl:Special:UserLogin/signup|returnto={{FULLPAGENAMEE}}}}' ] ); } else { - $wgOut->wrapWikiMsg( "
\n$1
", + $wgOut->wrapWikiMsg( "
\n$1
", 'anonpreviewwarning' ); }