mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Hide admin notices on the about/credits/freedoms screens. props devinreams, fixes #19237.
git-svn-id: https://develop.svn.wordpress.org/trunk@19393 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4819,6 +4819,10 @@ input.button-highlighted,
|
||||
margin: 44px 40px 0 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.about-wrap div.updated,
|
||||
.about-wrap div.error {
|
||||
display: none !important;
|
||||
}
|
||||
.about-wrap p {
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user