[wp-trac] [WordPress Trac] #19237: admin_notices clutter the new about.php, freedoms.php, credits.php admin pages
WordPress Trac
wp-trac at lists.automattic.com
Mon Nov 21 20:20:04 UTC 2011
#19237: admin_notices clutter the new about.php, freedoms.php, credits.php admin
pages
------------------------------------+-----------------------
Reporter: devinreams | Owner: nacin
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 3.3
Component: Administration | Version: 3.3
Severity: normal | Resolution:
Keywords: has-patch dev-feedback |
------------------------------------+-----------------------
Comment (by nacin):
devinreams pointed out that [attachment:19237.diff] didn't cover
all_admin_notices. It was also pointed out that CSS might be doable here,
since the notices are specifically being moved to be with the h2s based on
class-targeting. Essentially:
{{{
/* added to 22.0 - About Pages, wp-admin.dev.css */
.about-wrap div.updated,
.about-wrap div.error {
display: none;
}}}
Any code that does not use these classes will still appear, but at the
very top of the page.
Devin, if this works for you (since you have a testbed full of them), can
you turn that into a patch?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19237#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list