Make WordPress Core

Ticket #18036: 18036.patch

File 18036.patch, 757 bytes (added by ocean90, 13 years ago)
  • wp-includes/post.php

     
    11651165 * - not_found - Default is No posts found/No pages found
    11661166 * - not_found_in_trash - Default is No posts found in Trash/No pages found in Trash
    11671167 * - parent_item_colon - This string isn't used on non-hierarchical types. In hierarchical ones the default is Parent Page:
     1168 * - all_items - String for the submenu. Default is All Posts/All Pages
     1169 * - menu_name - Default is the same as <code>name</code>
    11681170 *
    11691171 * Above, the first default value is for non-hierarchical post types (like posts) and the second one is for hierarchical post types (like pages).
    11701172 *