Make WordPress Core


Ignore:
Timestamp:
07/27/2021 11:26:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Remove extra trailing spaces from translatable strings in block patterns.

Follow-up to [49583], [51045].

Props audrasjb, mukesh27.
Fixes #53774.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/inc/block-patterns.php

    r51434 r51496  
    7171            <!-- wp:column -->
    7272            <div class="wp-block-column"><!-- wp:paragraph -->
    73             <p>' . esc_html__( 'The theme features a harmonious fluid grid using a mobile-first approach. The layout is a modern take on the horizontal masthead with an optional right sidebar. ', 'twentysixteen' ) . '</p>
     73            <p>' . esc_html__( 'The theme features a harmonious fluid grid using a mobile-first approach. The layout is a modern take on the horizontal masthead with an optional right sidebar.', 'twentysixteen' ) . '</p>
    7474            <!-- /wp:paragraph --></div>
    7575            <!-- /wp:column --></div>
Note: See TracChangeset for help on using the changeset viewer.