[wp-trac] [WordPress Trac] #6678: New function: add_settings_page()
to reflect WP2.5 renaming "Options"
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 11 08:23:09 GMT 2008
#6678: New function: add_settings_page() to reflect WP2.5 renaming "Options"
---------------------+------------------------------------------------------
Reporter: ozh | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.6
Component: General | Version: 2.5
Severity: normal | Keywords:
---------------------+------------------------------------------------------
WP 2.5 renamed menu "Options" to "Settings". I think it would make sense
then to have add_settings_page() just like we have add_options_page()
{{{
function add_settings_page( $page_title, $menu_title, $access_level,
$file, $function = '' ) {
return add_submenu_page( 'options-general.php', $page_title,
$menu_title, $access_level, $file, $function );
}
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/6678>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list