Make WordPress Core

Ticket #49295: 49295.7.diff

File 49295.7.diff, 680 bytes (added by garrett-eclipse, 5 years ago)

Updated link to Field Guide now that it's published

  • src/wp-admin/about.php

     
    198198                                        printf(
    199199                                                /* translators: %s: WordPress 5.4 Field Guide link. */
    200200                                                __( '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'
     201                                                'https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/'
    202202                                        );
    203203                                        ?>
    204204                                </p>