Make WordPress Core


Ignore:
Timestamp:
08/20/2008 09:42:31 PM (16 years ago)
Author:
ryan
Message:

Collapse crazyhorse to trunk. Incoming! see #7552

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-reading.php

    r8656 r8691  
    1717
    1818<div class="wrap">
     19<ul class="wp-menu">
     20<?php $array = array(); _wp_menu_output( $submenu['options-general.php'], $array ); unset($array); ?>
     21</ul>
    1922<h2><?php _e('Reading Settings') ?></h2>
    2023<form name="form1" method="post" action="options.php">
Note: See TracChangeset for help on using the changeset viewer.