Make WordPress Core

Ticket #4849: 4849.diff

File 4849.diff, 493 bytes (added by Nazgul, 19 years ago)
  • wp-admin/post-new.php

     
    6464                                if ( $i > $nag_posts_limit )
    6565                                        break;
    6666                                echo '<a href="post.php?action=edit&amp;post=' . $post->ID . '">';
    67                                 the_title();
     67                                ('' == the_title('', '', false)) ? _e('Untitled') : the_title();
    6868                                echo '</a>';
    6969                                if ( $i < min($nag[3], $nag_posts_limit) )
    7070                                        echo ', ';