Make WordPress Core


Ignore:
Timestamp:
11/28/2025 08:08:46 PM (5 months ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty: Add missing variable names to some @param tags.

Follow-up to [46271], [46357], [51322].

Props huzaifaalmesbah.
See #64224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php

    r61302 r61317  
    267267     * @since Twenty Twenty 1.0
    268268     *
    269      * @param array Array of post types.
     269     * @param array $post_types Array of post types.
    270270     */
    271271    $disallowed_post_types = apply_filters( 'twentytwenty_disallowed_post_types_for_meta_output', array( 'page' ) );
Note: See TracChangeset for help on using the changeset viewer.