Make WordPress Core

Changeset 49685


Ignore:
Timestamp:
11/23/2020 07:33:48 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Move trailing punctuation in the jQuery Migrate Helper plugin link outside of the HTML tag.

Props psmits1567, audrasjb, tobifjellner, fierevere, markscottrobson.
Fixes #51813.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r49674 r49685  
    211211                                        <?php
    212212                                        printf(
    213                                                 /* translators: %s: jQuery migrate plugin link. */
    214                                                 __( 'If you find issues with the way your site looks (e.g. a slider doesn’t work, a button is stuck — that sort of thing), install the <a href="%s">jQuery Migrate plugin.</a>' ),
     213                                                /* translators: %s: jQuery Migrate plugin link. */
     214                                                __( 'If you find issues with the way your site looks (e.g. a slider doesn’t work, a button is stuck — that sort of thing), install the <a href="%s">jQuery Migrate plugin</a>.' ),
    215215                                                'https://wordpress.org/plugins/enable-jquery-migrate-helper/ '
    216216                                        );
Note: See TracChangeset for help on using the changeset viewer.