Make WordPress Core

Changeset 43522


Ignore:
Timestamp:
07/24/2018 02:51:28 AM (6 years ago)
Author:
pento
Message:

Dashboard: Make some of the "Try Gutenberg" links translatable.

Some of the links in the "Try Gutenberg" callout go to wordpress.org, so would potentially be better served by localised site.

Props dimadin.
See #41316.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9/src/wp-admin/includes/dashboard.php

    r43502 r43522  
    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                                ?>
     
    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                    ?>
Note: See TracChangeset for help on using the changeset viewer.