Remove unused/duplicated/undocumented post type object label. see #13539

git-svn-id: http://svn.automattic.com/wordpress/trunk@14903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-25 19:25:27 +00:00
parent 479d1d3617
commit 16f79e5377
1 changed files with 0 additions and 1 deletions

View File

@ -951,7 +951,6 @@ function get_post_type_labels( $post_type_object ) {
'search_items' => array( __('Search Posts'), __('Search Pages') ),
'not_found' => array( __('No posts found'), __('No pages found') ),
'not_found_in_trash' => array( __('No posts found in Trash'), __('No pages found in Trash') ),
'view' => array( __('View Post'), __('View Page') ),
'parent_item_colon' => array( null, __('Parent Page:') )
);
return _get_custom_object_labels( $post_type_object, $nohier_vs_hier_defaults );