Ticket #4849: post-new_viper.patch
| File post-new_viper.patch, 516 bytes (added by , 19 years ago) |
|---|
-
wp-admin/post-new.php
64 64 if ( $i > $nag_posts_limit ) 65 65 break; 66 66 echo '<a href="post.php?action=edit&post=' . $post->ID . '">'; 67 the_title();67 ( '' == the_title('', '', FALSE) ) ? printf( __('Post #%s'), $post->ID ) : the_title(); 68 68 echo '</a>'; 69 69 if ( $i < min($nag[3], $nag_posts_limit) ) 70 70 echo ', ';