Skip to content

Commit

Permalink
Correct the docblock for the registered_post_type action. Fixes #29…
Browse files Browse the repository at this point in the history
…184.

Built from https://develop.svn.wordpress.org/trunk@29468


git-svn-id: http://core.svn.wordpress.org/trunk@29246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
johnbillion committed Aug 11, 2014
1 parent 93c80ac commit d515610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down

0 comments on commit d515610

Please sign in to comment.