Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r51943 r52204  
    985985         * @since 4.4.0
    986986         *
    987          * @param string  $template The template used for the current post.
    988          * @param WP_Post $post     The current post.
     987         * @param string|false $template The template used for the current post.
     988         * @param WP_Post      $post     The current post.
    989989         */
    990990        do_action( 'page_attributes_meta_box_template', $template, $post );
Note: See TracChangeset for help on using the changeset viewer.