Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:41:26 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of various docblock parameter types and return types.

See #48303

File:
1 edited

Legend:

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

    r46698 r46823  
    13401340     * @since 0.71
    13411341     *
    1342      * @param string $_post_title The single post page title.
    1343      * @param object $_post       The current queried object as returned by get_queried_object().
     1342     * @param string  $_post_title The single post page title.
     1343     * @param WP_Post $_post       The current post.
    13441344     */
    13451345    $title = apply_filters( 'single_post_title', $_post->post_title, $_post );
Note: See TracChangeset for help on using the changeset viewer.