Make WordPress Core

Changeset 51359


Ignore:
Timestamp:
07/06/2021 10:03:43 PM (5 years ago)
Author:
ryelle
Message:

Help/About: Update placeholder links on About page.

Props SergeyBiryukov, audrasjb.
See #52775.

File:
1 edited

Legend:

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

    r51356 r51359  
    6363                        /* translators: %s: Widgets dev note link. */
    6464                        __( 'After months of hard work, the power of blocks has come to both the Block Widgets Editor and the Customizer. Now you can add blocks both in widget areas across your site and with live preview through the Customizer. This opens up new possibilities to create content: from no-code mini layouts to the vast library of core and third-party blocks. For our developers, you can find more details in the <a href="%s">Widgets dev note</a>.' ),
    65                         '#'
     65                        'https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/'
    6666                    );
    6767                    ?>
     
    191191                        /* translators: %s: Theme.json dev note link. */
    192192                        __( 'Introducing the Global Styles and Global Settings APIs: control the editor settings, available customization tools, and style blocks using a theme.json file in the active theme. This configuration file enables or disables features and sets default styles for both a website and blocks. If you build themes, you can experiment with this early iteration of a useful new feature. For more about what is currently available and how it works, <a href="%s">check out this dev note</a>.' ),
    193                         '#'
     193                        'https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/'
    194194                    );
    195195                    ?>
     
    253253                        /* translators: %s: WordPress 5.8 Field Guide link. */
    254254                        __( '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.8 Field Guide.</a>' ),
    255                         '#'
     255                        'https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/'
    256256                    );
    257257                    ?>
Note: See TracChangeset for help on using the changeset viewer.