Opened 18 years ago
Closed 16 years ago
#6678 closed enhancement (wontfix)
Deprecate add_options_page() for add_settings_page() to reflect WP2.5 renaming "Options"
| Reported by: | ozh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | 2.5 |
| Severity: | normal | Keywords: | needs-patch close |
| Cc: | Focuses: |
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 General → Administration
- Keywords needs-patch added
- Type defect → enhancement
#2
@
18 years ago
- Keywords has-patch added; needs-patch removed
- Milestone 2.6 → 2.5.1
So trivial it should be 2.5.1 I think
#4
@
17 years ago
- Component Administration → Plugins
- Keywords needs-patch close added; has-patch removed
- Milestone 2.9 → Future Release
- Summary New function: add_settings_page() to reflect WP2.5 renaming "Options" → Deprecate add_options_page() for add_settings_page() to reflect WP2.5 renaming "Options"
suggesting wontfix
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
add_settings_page() alias