Make WordPress Core

Changeset 47500


Ignore:
Timestamp:
03/24/2020 03:01:57 PM (5 years ago)
Author:
jorgefilipecosta
Message:

Help/About: Fix a typo on the about page and fix a link.

The text "on your" appeared two times. This commit fixes the issue and removes the duplication. It also updates the field guide permalink.

Props garrett-eclipse, ixkaito, karmatosed, SergeyBiryukov.

File:
1 edited

Legend:

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

    r47476 r47500  
    198198                    printf(
    199199                        /* translators: %s: WordPress 5.4 Field Guide link. */
    200                         __( 'There&#8217;s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your on your sites, themes, plugins and more, check the <a href="%s">WordPress 5.4 Field Guide</a>.' ),
    201                         'https://make.wordpress.org/core/?p=80034'
     200                        __( 'There&#8217;s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the <a href="%s">WordPress 5.4 Field Guide</a>.' ),
     201                        'https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/'
    202202                    );
    203203                    ?>
Note: See TracChangeset for help on using the changeset viewer.