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:
parent
52c2567424
commit
2cc8269741
|
@ -23,7 +23,8 @@
|
|||
}
|
||||
|
||||
.about-wrap div.updated,
|
||||
.about-wrap div.error {
|
||||
.about-wrap div.error,
|
||||
.about-wrap .notice {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue