Fix copypasta typo in docblock. props scribu, fixes #16384.

git-svn-id: https://develop.svn.wordpress.org/trunk@17540 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-03-23 18:42:59 +00:00
parent 711abb67bc
commit 4876de9bed
1 changed files with 1 additions and 1 deletions

View File

@ -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'