Hide notices introduced in [30505] on about page.

See #19237.

Props jadpm.
Fixes #32625.


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


git-svn-id: http://core.svn.wordpress.org/trunk@33084 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-07-07 18:47:25 +00:00
parent 52c2567424
commit 2cc8269741
5 changed files with 7 additions and 5 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;
}

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta1-33112';
$wp_version = '4.3-beta1-33113';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.