Correct the docblock for the `registered_post_type` action. Fixes #29184.

git-svn-id: https://develop.svn.wordpress.org/trunk@29468 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2014-08-11 21:20:58 +00:00
parent ccc0673612
commit fcda873946
1 changed files with 1 additions and 1 deletions

View File

@ -1458,7 +1458,7 @@ function register_post_type( $post_type, $args = array() ) {
* @since 3.3.0
*
* @param string $post_type Post type.
* @param array $args Arguments used to register the post type.
* @param object $args Arguments used to register the post type.
*/
do_action( 'registered_post_type', $post_type, $args );