Make WordPress Core


Ignore:
Timestamp:
07/03/2021 09:13:48 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty: Add missing documentation for some filters.

Add missing @since tags for some functions.

Correct alignment of some @param tags.

Follow-up to [46271], [46278], [51304].

See #52628, #53461.

File:
1 edited

Legend:

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

    r47799 r51322  
    7575    }
    7676
    77     /**
    78      *  Output comments wrapper if it's a post, or if comments are open,
     77    /*
     78     * Output comments wrapper if it's a post, or if comments are open,
    7979     * or if there's a comment number – and check for password.
    80      * */
     80     */
    8181    if ( ( is_single() || is_page() ) && ( comments_open() || get_comments_number() ) && ! post_password_required() ) {
    8282        ?>
Note: See TracChangeset for help on using the changeset viewer.