Make WordPress Core

Changeset 52453


Ignore:
Timestamp:
01/06/2022 09:16:48 AM (3 years ago)
Author:
audrasjb
Message:

Help/About: Change the Learn WP link in the about page.

The workshops page doesn't specifically show 5.9 content at this stage (and likely won't until much later), so it needs to be changed to learn.wordpress.org homepage.

Props hlashbrooke, audrasjb, davidbaumwald.
Fixes #54755.

File:
1 edited

Legend:

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

    r52444 r52453  
    271271                    printf(
    272272                        /* translators: %s: Learn WordPress link. */
    273                         __( 'Want to dive into 5.9 but don&#8217;t know where to start? Visit <a href="%s">learn.wordpress.org/workshops</a> for short how-to video tutorials and expanding resources on new features in WordPress 5.9.' ),
    274                         'https://learn.wordpress.org/workshops/'
     273                        __( 'Want to dive into 5.9 but don&#8217;t know where to start? Visit <a href="%s">learn.wordpress.org</a> for expanding resources on new features in WordPress 5.9.' ),
     274                        'https://learn.wordpress.org'
    275275                    );
    276276                    ?>
Note: See TracChangeset for help on using the changeset viewer.