mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Static pages. Take 1.
git-svn-id: https://develop.svn.wordpress.org/trunk@1527 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -93,6 +93,7 @@ case 'edit':
|
||||
?>
|
||||
<ul id="adminmenu2">
|
||||
<li><a href="edit.php"><?php _e('Posts') ?></a></li>
|
||||
<li><a href="edit-pages.php"><?php _e('Pages') ?></a></li>
|
||||
<li><a href="categories.php" class="current"><?php _e('Categories') ?></a></li>
|
||||
<li><a href="edit-comments.php"><?php _e('Comments') ?></a></li>
|
||||
<li class="last"><a href="moderation.php"><?php _e('Awaiting Moderation') ?></a></li>
|
||||
@@ -153,6 +154,7 @@ $messages[3] = __('Category updated.');
|
||||
?>
|
||||
<ul id="adminmenu2">
|
||||
<li><a href="edit.php"><?php _e('Posts') ?></a></li>
|
||||
<li><a href="edit-pages.php"><?php _e('Pages') ?></a></li>
|
||||
<li><a class="current"><?php _e('Categories') ?></a></li>
|
||||
<li><a href="edit-comments.php"><?php _e('Comments') ?></a></li>
|
||||
<li><a href="moderation.php"><?php _e('Awaiting Moderation') ?></a></li>
|
||||
|
||||
Reference in New Issue
Block a user