Changeset 2792
- Timestamp:
- 08/20/2005 01:33:09 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r2753 r2792 1140 1140 1141 1141 function add_options_page($page_title, $menu_title, $access_level, $file, $function = '') { 1142 return add_submenu_page('options- general.php', $page_title, $menu_title, $access_level, $file, $function);1142 return add_submenu_page('options-personal.php', $page_title, $menu_title, $access_level, $file, $function); 1143 1143 } 1144 1144
Note: See TracChangeset
for help on using the changeset viewer.