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:
parent
fc7a4e3f3c
commit
2d56715ba3
|
@ -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
|
@ -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
Loading…
Reference in New Issue