Ticket #6678: add_settings_page.diff
| File add_settings_page.diff, 771 bytes (added by , 18 years ago) |
|---|
-
plugin.php
264 264 return add_submenu_page( 'options-general.php', $page_title, $menu_title, $access_level, $file, $function ); 265 265 } 266 266 267 // Alias for add_options_page, to reflect renaming of "Options" to "Settings" in WordPress 2.5 268 function add_settings_page( $page_title, $menu_title, $access_level, $file, $function = '' ) { 269 return add_options_page( $page_title, $menu_title, $access_level, $file, $function); 270 } 271 267 272 function add_theme_page( $page_title, $menu_title, $access_level, $file, $function = '' ) { 268 273 return add_submenu_page( 'themes.php', $page_title, $menu_title, $access_level, $file, $function ); 269 274 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)