Make WordPress Core

Ticket #41316: 41316.18.diff

File 41316.18.diff, 971 bytes (added by dimadin, 5 years ago)
  • src/wp-admin/includes/dashboard.php

    diff --git src/wp-admin/includes/dashboard.php src/wp-admin/includes/dashboard.php
    index 1c15846997..b4487afa9e 100644
    function wp_try_gutenberg_panel() { 
    17011701                                                                        printf(
    17021702                                                                                /* translators: Link to https://wordpress.org/gutenberg/ */
    17031703                                                                                __( '<a href="%s">Learn more about Gutenberg</a>' ),
    1704                                                                                 'https://wordpress.org/gutenberg/'
     1704                                                                                __( 'https://wordpress.org/gutenberg/' )
    17051705                                                                        );
    17061706                                                                ?>
    17071707                                                        </p>
    function wp_try_gutenberg_panel() { 
    17191719                                                printf(
    17201720                                                        /* translators: Link to the Classic Editor plugin page */
    17211721                                                        __( 'Install the <a href="%s">Classic Editor plugin</a> to keep using the current editor until you’re ready to make the switch.' ),
    1722                                                         'http://wordpress.org/plugins/classic-editor'
     1722                                                        __( 'https://wordpress.org/plugins/classic-editor' )
    17231723                                                );
    17241724                                        ?>
    17251725                                </p>