Make WordPress Core


Ignore:
Timestamp:
12/13/2005 07:19:56 PM (20 years ago)
Author:
ryan
Message:

Attachment enhancements from skeltoac. fixes #2074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r3202 r3303  
    6666    printf(__('Search for “%s”'), wp_specialchars($_GET['s']) );
    6767} else {
    68     if ( ! is_paged() || get_query_var('paged') == 1 )
     68    if ( is_single() )
     69        printf(__('Comments on %s'), $post->post_title);
     70    elseif ( ! is_paged() || get_query_var('paged') == 1 )
    6971        _e('Last 15 Posts');
    7072    else
Note: See TracChangeset for help on using the changeset viewer.