diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 44a3ddb6d6..47f5ad8b3c 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -64,7 +64,7 @@ if ( is_month() ) { printf(__('Search for “%s”'), wp_specialchars($_GET['s']) ); } else { if ( is_single() ) - printf(__('Comments on %s'), $post->post_title); + printf(__('Comments on %s'), apply_filters( "the_title", $post->post_title)); elseif ( ! is_paged() || get_query_var('paged') == 1 ) _e('Last 15 Posts'); else