Suppress admin notices on the about page.

Brings back [19393], accidentally reverted in [26718].

props ocean90.
fixes #26519.

Built from https://develop.svn.wordpress.org/trunk@26847


git-svn-id: http://core.svn.wordpress.org/trunk@26734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-12-11 17:39:10 +00:00
parent fc7a4e3f3c
commit 2d56715ba3
4 changed files with 12 additions and 2 deletions

View File

@ -7848,6 +7848,11 @@ body.press-this {
font-size: 15px;
}
.about-wrap div.updated,
.about-wrap div.error {
display: none !important;
}
.about-wrap hr {
border: 0;
height: 0;

File diff suppressed because one or more lines are too long

View File

@ -7848,6 +7848,11 @@ body.press-this {
font-size: 15px;
}
.about-wrap div.updated,
.about-wrap div.error {
display: none !important;
}
.about-wrap hr {
border: 0;
height: 0;

File diff suppressed because one or more lines are too long