Make WordPress Core

Changeset 14652


Ignore:
Timestamp:
05/15/2010 05:07:31 AM (15 years ago)
Author:
nacin
Message:

Use 'Comments' and 'Links' as page title instead of Edit %s. fixes #11274.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r14647 r14652  
    102102
    103103if ( $post_id )
    104     $title = sprintf(__('Edit Comments on “%s”'), wp_html_excerpt(_draft_or_post_title($post_id), 50));
     104    $title = sprintf(__('Comments on “%s”'), wp_html_excerpt(_draft_or_post_title($post_id), 50));
    105105else
    106     $title = __('Edit Comments');
     106    $title = __('Comments');
    107107
    108108require_once('./admin-header.php');
  • trunk/wp-admin/link-manager.php

    r14313 r14652  
    4242    $order_by = 'order_name';
    4343
    44 $title = __('Edit Links');
     44$title = __('Links');
    4545$this_file = $parent_file = 'link-manager.php';
    4646include_once ('./admin-header.php');
Note: See TracChangeset for help on using the changeset viewer.