Make WordPress Core


Ignore:
Timestamp:
10/20/2020 06:24:33 PM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty: Import the latest changes from GitHub

For a full list of changes since [49216], see https://github.com/WordPress/twentytwentyone/compare/dfe141276ca4b856bbcd748f9da108ddad026c4c...trunk/.

Props poena, melchoyce, luminuu, aristath, jffng, ryelle, kishanjasani, rolfsiebers, sresok, desrosj.
See #51526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/image.php

    r49216 r49247  
    4343                    'before'   => '<nav class="page-links" aria-label="' . esc_attr__( 'Page', 'twentytwentyone' ) . '">',
    4444                    'after'    => '</nav>',
    45                     /* translators: There is a space after page. */
    46                     'pagelink' => esc_html__( 'Page ', 'twentytwentyone' ) . '%',
     45                    /* translators: %: page number. */
     46                    'pagelink' => esc_html__( 'Page %', 'twentytwentyone' ),
    4747                )
    4848            );
     
    102102    </article><!-- #post-## -->
    103103    <?php
    104     // If comments are open or we have at least one comment, load up the comment template.
     104    // If comments are open or there is at least one comment, load up the comment template.
    105105    if ( comments_open() || get_comments_number() ) {
    106106        comments_template();
Note: See TracChangeset for help on using the changeset viewer.