Changeset 1551 for trunk/wp-admin/moderation.php
- Timestamp:
- 08/22/2004 11:24:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/moderation.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/moderation.php
r1527 r1551 4 4 $title = __('Moderate comments'); 5 5 $parent_file = 'edit.php'; 6 /* <Moderation> */7 6 8 7 function add_magic_quotes($array) { … … 97 96 die(__('<p>Your level is not high enough to moderate comments.</p>')); 98 97 } 99 ?>100 <ul id="adminmenu2">101 <li><a href="edit.php"> <?php _e('Posts') ?></a></li>102 <li><a href="edit-pages.php"><?php _e('Pages') ?></a></li>103 <li><a href="categories.php"><?php _e('Categories') ?></a></li>104 <li><a href="edit-comments.php"> <?php _e('Comments') ?></a></li>105 <li><a href="moderation.php" class="current"><?php _e('Awaiting Moderation') ?></a></li>106 </ul>107 <?php108 98 109 99 if (isset($deleted) || isset($approved) || isset($ignored)) { … … 184 174 } 185 175 186 /* </Template> */ 187 include( "admin-footer.php") ?>176 177 include('admin-footer.php') ?>
Note: See TracChangeset
for help on using the changeset viewer.