Changeset 8691 for trunk/wp-admin/options-general.php
- Timestamp:
- 08/20/2008 09:42:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r8656 r8691 11 11 12 12 $title = __('General Settings'); 13 $parent_file = 'options-general.php';14 13 15 14 include('./admin-header.php'); … … 17 16 18 17 <div class="wrap"> 18 <ul class="wp-menu"> 19 <?php $array = array(); _wp_menu_output( $submenu['options-general.php'], $array ); unset($array); ?> 20 </ul> 19 21 <h2><?php _e('General Settings') ?></h2> 20 22 <form method="post" action="options.php">
Note: See TracChangeset
for help on using the changeset viewer.