Make WordPress Core

Changeset 29468


Ignore:
Timestamp:
08/11/2014 09:20:58 PM (10 years ago)
Author:
johnbillion
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r29337 r29468  
    14591459     *
    14601460     * @param string $post_type Post type.
    1461      * @param array $args      Arguments used to register the post type.
     1461     * @param object $args      Arguments used to register the post type.
    14621462     */
    14631463    do_action( 'registered_post_type', $post_type, $args );
Note: See TracChangeset for help on using the changeset viewer.