[wp-trac] [WordPress Trac] #22333: Add IDs to .misc-pub-section divs in meta-boxes.php
WordPress Trac
noreply at wordpress.org
Wed Oct 31 16:25:40 UTC 2012
#22333: Add IDs to .misc-pub-section divs in meta-boxes.php
-----------------------------+----------------------------
Reporter: nofearinc | Type: enhancement
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Administration
Version: trunk | Severity: normal
Keywords: |
-----------------------------+----------------------------
In `wp-admin/includes/meta-boxes.php` the `post_submit_meta_box` has
several sections with class .misc-pub-section. Should you have to
style/alter any of them, it's not consistent as:
1. first div has only `class="misc-pub-section"`
2. second div has `class="misc-pub-section" id="visibility"`
3. third div has `class="misc-pub-section curtime"`
Since this is a unique box on the screen, I've added two more IDs to div
blocks 1 and 3 to allow for easier styling changes.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22333>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list