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/twentytwenty/footer.php

    r47088 r47122  
    4040                        <span class="to-the-top-long">
    4141                            <?php
    42                             /* translators: %s: HTML character for up arrow */
     42                            /* translators: %s: HTML character for up arrow. */
    4343                            printf( __( 'To the top %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">&uarr;</span>' );
    4444                            ?>
     
    4646                        <span class="to-the-top-short">
    4747                            <?php
    48                             /* translators: %s: HTML character for up arrow */
     48                            /* translators: %s: HTML character for up arrow. */
    4949                            printf( __( 'Up %s', 'twentytwenty' ), '<span class="arrow" aria-hidden="true">&uarr;</span>' );
    5050                            ?>
Note: See TracChangeset for help on using the changeset viewer.