Make WordPress Core


Ignore:
Timestamp:
12/01/2020 07:33:36 PM (4 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.
Reviewed by desrosj, SergeyBiryukov.
Merges [49685] to the 5.6 branch.
Fixes #51813.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-admin/about.php

    r49715 r49729  
    221221                    <?php
    222222                    printf(
    223                         /* translators: %s: jQuery migrate plugin link. */
    224                         __( '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>' ),
     223                        /* translators: %s: jQuery Migrate plugin link. */
     224                        __( '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>.' ),
    225225                        current_user_can( 'install_plugins' ) ?
    226226                            esc_url( network_admin_url( 'plugin-install.php?tab=search&type=term&s=slug:enable-jquery-migrate-helper' ) ) :
Note: See TracChangeset for help on using the changeset viewer.