Changeset 16251 for trunk/wp-includes/post.php
- Timestamp:
- 11/09/2010 02:09:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r16206 r16251 1143 1143 'not_found' => array( __('No posts found.'), __('No pages found.') ), 1144 1144 'not_found_in_trash' => array( __('No posts found in Trash.'), __('No pages found in Trash.') ), 1145 'parent_item_colon' => array( null, __('Parent Page:') ) 1145 'parent_item_colon' => array( null, __('Parent Page:') ), 1146 1146 ); 1147 $nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name']; 1147 1148 return _get_custom_object_labels( $post_type_object, $nohier_vs_hier_defaults ); 1148 1149 }
Note: See TracChangeset
for help on using the changeset viewer.