Ticket #4019: edit-php.diff
| File edit-php.diff, 602 bytes (added by , 19 years ago) |
|---|
-
E:/EclipseWork/WordPressDev/wp-admin/edit.php
64 64 printf(__('Search for “%s”'), wp_specialchars($_GET['s']) ); 65 65 } else { 66 66 if ( is_single() ) 67 printf(__('Comments on %s'), $post->post_title);67 printf(__('Comments on %s'), apply_filters( "the_title", $post->post_title)); 68 68 elseif ( ! is_paged() || get_query_var('paged') == 1 ) 69 69 _e('Last 15 Posts'); 70 70 else