Hide notices introduced in [30505] on about page.

See #19237.

Props jadpm.
Fixes #32625.



git-svn-id: https://develop.svn.wordpress.org/trunk@33113 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-07 18:46:13 +00:00
parent 36a9b5b0d4
commit 312f5179cb
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
}
.about-wrap div.updated,
.about-wrap div.error {
.about-wrap div.error,
.about-wrap .notice {
display: none !important;
}