Changeset 14652
- Timestamp:
- 05/15/2010 05:07:31 AM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r14647 r14652 102 102 103 103 if ( $post_id ) 104 $title = sprintf(__(' EditComments 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)); 105 105 else 106 $title = __(' EditComments');106 $title = __('Comments'); 107 107 108 108 require_once('./admin-header.php'); -
trunk/wp-admin/link-manager.php
r14313 r14652 42 42 $order_by = 'order_name'; 43 43 44 $title = __(' EditLinks');44 $title = __('Links'); 45 45 $this_file = $parent_file = 'link-manager.php'; 46 46 include_once ('./admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.