Make WordPress Core


Ignore:
Timestamp:
10/27/2019 07:09:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct invalid hook docblocks.

See #48303

File:
1 edited

Legend:

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

    r45932 r46603  
    169169         * @since 4.9.0
    170170         *
    171          * @param boolean      Whether to replace the editor. Default false.
    172          * @param object $post Post object.
     171         * @param bool    $replace Whether to replace the editor. Default false.
     172         * @param WP_Post $post    Post object.
    173173         */
    174174        if ( apply_filters( 'replace_editor', false, $post ) === true ) {
Note: See TracChangeset for help on using the changeset viewer.