Changeset 6949 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 02/20/2008 11:43:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r6948 r6949 176 176 </p> 177 177 178 <div class="inside"> 179 <p><strong><?php _e('Related') ?></strong></p> 180 181 <ul> 178 182 <?php if ($post_ID): ?> 179 <div class="inside">180 <p><strong><?php _e('Related') ?></strong></p>181 182 <ul>183 183 <li><a href="edit.php?p=<?php echo $post_ID ?>"><?php _e('See Comments on this Post') ?></a></li> 184 <?php endif; ?> 184 185 <li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li> 185 186 <li><a href="edit.php"><?php _e('Manage All Posts') ?></a></li> 187 <li><a href="categories.php"><?php _e('Manage All Categories') ?></a></li> 188 <li><a href="edit-tags.php"><?php _e('Manage All Tags') ?></a></li> 186 189 </ul> 187 190 </div> 188 <?php endif; ?>189 191 <?php do_action('submitpost_box'); ?> 190 192 </div>
Note: See TracChangeset
for help on using the changeset viewer.