Fix copypasta typo in docblock. props scribu, fixes #16384.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8d7df99551
commit
a678aa115a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue