Make WordPress Core


Ignore:
Timestamp:
06/18/2008 11:34:45 PM (18 years ago)
Author:
mdawaffe
Message:

Reorganize menus according to wireframes.

Temporarily put Settings all under one submenu item.

Since there is no longer a Write menu, add big buttons on manage pages for creating new objects.

Fix current menu/submenu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/options-writing.php

    r7997 r8124  
    99
    1010<div class="wrap">
     11<ul class="wp-menu">
     12<?php $aray = array(); _wp_menu_output( $submenu['options-general.php'], $array ); ?>
     13</ul>
    1114<h2><?php _e('Writing Settings') ?></h2>
    1215<form method="post" action="options.php">
Note: See TracChangeset for help on using the changeset viewer.