From a678aa115a7f55a0149085e9233ed80e1b52f4ce Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 23 Mar 2011 18:42:59 +0000 Subject: [PATCH] Fix copypasta typo in docblock. props scribu, fixes #16384. git-svn-id: http://svn.automattic.com/wordpress/trunk@17540 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 191b42c5d..46deb31bb 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -1061,7 +1061,7 @@ function register_post_type($post_type, $args = array()) { * can be deleted. If the post type does not support an author, then this will * behave like delete_posts. * - edit_private_posts - Controls whether private objects can be edited. - * - edit_published_posts - Controls whether published objects can be deleted. + * - edit_published_posts - Controls whether published objects can be edited. * * These additional capabilities are only used in map_meta_cap(). Thus, they are * only assigned by default if the post type is registered with the 'map_meta_cap'