Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/comments.php

    r45932 r47122  
    6666
    6767    <?php
    68         // If comments are closed and there are comments, let's leave a little note, shall we?
     68    // If comments are closed and there are comments, let's leave a little note, shall we?
    6969    if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) :
    7070        ?>
Note: See TracChangeset for help on using the changeset viewer.