Changeset 6829
- Timestamp:
- 02/13/08 21:58:46 (9 months ago)
- Files:
-
- trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-form-advanced.php
r6788 r6829 167 167 <?php endif; ?> 168 168 </p> 169 170 <?php if ($post_ID): ?> 171 <p><strong><?php _e('Related') ?></strong></p> 172 173 <ul> 174 <li><a href="edit.php?p=<?php echo $post_ID ?>"><?php _e('See Comments on this Post') ?></a></li> 175 <li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li> 176 <li><a href="edit.php"><?php _e('Manage All Posts') ?></a></li> 177 </ul> 178 <?php endif; ?> 169 179 </div> 170 180
