Make WordPress Core


Ignore:
Timestamp:
10/31/2010 11:21:56 PM (16 years ago)
Author:
scribu
Message:

make not_found puctuation translatable. See #14579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r16104 r16121  
    11411141                'view_item' => array( __('View Post'), __('View Page') ),
    11421142                'search_items' => array( __('Search Posts'), __('Search Pages') ),
    1143                 'not_found' => array( __('No posts found'), __('No pages found') ),
    1144                 'not_found_in_trash' => array( __('No posts found in Trash'), __('No pages found in Trash') ),
     1143                'not_found' => array( __('No posts found.'), __('No pages found.') ),
     1144                'not_found_in_trash' => array( __('No posts found in Trash.'), __('No pages found in Trash.') ),
    11451145                'parent_item_colon' => array( null, __('Parent Page:') )
    11461146        );
Note: See TracChangeset for help on using the changeset viewer.