Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 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/twentyeleven/content-image.php

    r45932 r47122  
    6666                    ?>
    6767                </span>
    68                 <?php endif; // End if categories ?>
     68                <?php endif; // End if categories. ?>
    6969                <?php
    7070                    /* translators: Used between list items, there is a space after the comma. */
     
    7878                    ?>
    7979                </span>
    80                 <?php endif; // End if $tags_list ?>
     80                <?php endif; // End if $tags_list. ?>
    8181
    8282                <?php if ( comments_open() ) : ?>
    8383                <span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
    84                 <?php endif; // End if comments_open() ?>
     84                <?php endif; // End if comments_open(). ?>
    8585            </div><!-- .entry-meta -->
    8686
Note: See TracChangeset for help on using the changeset viewer.