From a353af5a41c4e0cd67acc6e1610c8fd89bf7c2df Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 8 Jun 2010 13:24:20 +0000 Subject: [PATCH] phpdoc fix. Props duck_ git-svn-id: http://svn.automattic.com/wordpress/trunk@15169 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index c9cfd6c32c..db1e3c1cc3 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -785,7 +785,7 @@ function get_post_types( $args = array(), $output = 'names', $operator = 'and' ) * - taxonomies - An array of taxonomy identifiers that will be registered for the post type. Default is no taxonomies. Taxonomies can be registered later with register_taxonomy() or register_taxonomy_for_object_type(). * - labels - An array of labels for this post type. You can see accepted values in {@link get_post_type_labels()}. By default post labels are used for non-hierarchical types and page labels for hierarchical ones. * - permalink_epmask - The default rewrite endpoint bitmasks. - * - rewrite - false to prevent rewrite, or array('slug'=>$slug) to customize permastruct; default will use $taxonomy as slug. + * - rewrite - false to prevent rewrite, or array('slug'=>$slug) to customize permastruct; default will use $post_type as slug. * - query_var - false to prevent queries, or string to value of the query var to use for this post type * - can_export - true allows this post type to be exported. * - show_in_nav_menus - true makes this post type available for selection in navigation menus.