diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 84822acb0..61d86333c 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -126,7 +126,17 @@ require_once('./admin-header.php');
-

%s', + get_edit_post_link($post_id), + wp_html_excerpt(_draft_or_post_title($post_id), 50) + ) + ); +else + echo __('Comments'); + if ( isset($_REQUEST['s']) && $_REQUEST['s'] ) printf( '' . sprintf( __( 'Search results for “%s”' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ) . '' ); ?>