Make WordPress Core


Ignore:
Timestamp:
03/28/2023 03:12:03 PM (21 months ago)
Author:
hellofromTonya
Message:

Help/About: Add Field Guide link.

In the About page, replaces the # placeholder with the link to the Field Guide.

Follow-up to [55573], [55449], [55499], [55545].

Props vladytimy, ocean90.
Fixes #57998.

File:
1 edited

Legend:

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

    r55573 r55600  
    247247                        /* translators: %s: WordPress Field Guide link. */
    248248                        __( 'Check out the latest version of the <a href="%s">WordPress Field Guide</a>. It is overflowing with detailed developer notes to help you build with WordPress.' ),
    249                         '#'
     249                        'https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/'
    250250                    );
    251251                    ?>
Note: See TracChangeset for help on using the changeset viewer.