Changeset 8705 for trunk/wp-admin/options-reading.php
- Timestamp:
- 08/21/2008 11:18:51 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r8691 r8705 17 17 18 18 <div class="wrap"> 19 <ul class="wp-menu">20 <?php $array = array(); _wp_menu_output( $submenu['options-general.php'], $array ); unset($array); ?>21 </ul>22 19 <h2><?php _e('Reading Settings') ?></h2> 23 20 <form name="form1" method="post" action="options.php">
Note: See TracChangeset
for help on using the changeset viewer.