From 4876de9bed78d4a4042197b756a84422969b8965 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 23 Mar 2011 18:42:59 +0000 Subject: [PATCH] Fix copypasta typo in docblock. props scribu, fixes #16384. git-svn-id: https://develop.svn.wordpress.org/trunk@17540 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 191b42c5d2..46deb31bb5 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'