Changeset 6829

Show
Ignore:
Timestamp:
02/13/08 21:58:46 (9 months ago)
Author:
ryan
Message:

Rough in Related section of preview view. Needs styling. see #5847

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-form-advanced.php

    r6788 r6829  
    167167<?php endif; ?> 
    168168</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; ?> 
    169179</div> 
    170180