Make WordPress Core

Ticket #51415: add-56-field-guide-url.patch

File add-56-field-guide-url.patch, 597 bytes (added by mukesh27, 4 years ago)

Add WordPress 5.6 Field Guide URL

  • src/wp-admin/about.php

     
    229229                                        printf(
    230230                                                /* translators: %s: WordPress 5.6 Field Guide link. */
    231231                                                __( 'Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. <a href="%s">WordPress 5.6 Field Guide.</a>' ),
    232                                                 '#'
     232                                                'https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/'
    233233                                        );
    234234                                        ?>
    235235                                </p>