[wp-trac] [WordPress Trac] #30527: function to add separator
WordPress Trac
noreply at wordpress.org
Thu Nov 27 15:07:33 UTC 2014
#30527: function to add separator
-------------------------+-----------------------------
Reporter: cfoellmann | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: trunk
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
added the function `add_menu_separator( $position )`.
Usage:
{{{
add_action('admin_menu', 'separator');
function separator() {
add_menu_separator(61);
}
}}}
Adds a separator after 'Appearance'. - Just an example.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30527>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list