Make WordPress Core

Changeset 57055


Ignore:
Timestamp:
11/02/2023 03:00:42 PM (11 months ago)
Author:
jorbin
Message:

Help/About: Update link to field guide for 6.4.

Follow up to [56950].

Merges [57054] to 6.4 branch.
Reviewed by davidbaumwald, joedolson.

Props afercia.
Fixes #59289.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

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

    r56950 r57055  
    244244                        /* translators: %s: WordPress Field Guide link. */
    245245                        __( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ),
    246                         __( 'https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/' ),
     246                        __( 'https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/' ),
    247247                        '6.4'
    248248                    );
Note: See TracChangeset for help on using the changeset viewer.