From 496081f8987ecdf291c1b5d5106a885758852481 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 26 Jul 2011 21:31:36 +0000 Subject: [PATCH] phpdoc for all_items and menu_name. Props ocean90. fixes #18036 git-svn-id: http://svn.automattic.com/wordpress/trunk@18472 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/post.php b/wp-includes/post.php index d17e118e21..68e1a81798 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -1165,6 +1165,8 @@ function _post_type_meta_capabilities( $capabilities = null ) { * - not_found - Default is No posts found/No pages found * - not_found_in_trash - Default is No posts found in Trash/No pages found in Trash * - parent_item_colon - This string isn't used on non-hierarchical types. In hierarchical ones the default is Parent Page: + * - all_items - String for the submenu. Default is All Posts/All Pages + * - menu_name - Default is the same as name * * Above, the first default value is for non-hierarchical post types (like posts) and the second one is for hierarchical post types (like pages). *