Changeset 16900 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 12/13/2010 09:21:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r16868 r16900 136 136 <div class="wrap"> 137 137 <?php screen_icon(); ?> 138 <h2><?php 138 <h2><?php 139 139 if ( $post_id ) 140 echo sprintf(__('Comments on “%s”'), 141 sprintf('<a href="%s">%s</a>', 142 get_edit_post_link($post_id), 140 echo sprintf(__('Comments on “%s”'), 141 sprintf('<a href="%s">%s</a>', 142 get_edit_post_link($post_id), 143 143 wp_html_excerpt(_draft_or_post_title($post_id), 50) 144 144 )
Note: See TracChangeset
for help on using the changeset viewer.