Opened 18 years ago
Closed 15 years ago
#6678 closed enhancement (wontfix)
Deprecate add_options_page() for add_settings_page() to reflect WP2.5 renaming "Options"
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.5 |
| Component: | Plugins | Keywords: | needs-patch close |
| Focuses: | Cc: |
Description
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 );
}
Attachments (1)
Change History (6)
#1
@
18 years ago
- Component changed from General to Administration
- Keywords needs-patch added
- Type changed from defect to enhancement
#2
@
18 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from 2.6 to 2.5.1
So trivial it should be 2.5.1 I think
#4
@
17 years ago
- Component changed from Administration to Plugins
- Keywords needs-patch close added; has-patch removed
- Milestone changed from 2.9 to Future Release
- Summary changed from New function: add_settings_page() to reflect WP2.5 renaming "Options" to Deprecate add_options_page() for add_settings_page() to reflect WP2.5 renaming "Options"
suggesting wontfix
Note: See
TracTickets for help on using
tickets.
add_settings_page() alias