diff --git src/wp-admin/includes/dashboard.php src/wp-admin/includes/dashboard.php
index 1c15846997..b4487afa9e 100644
|
|
function wp_try_gutenberg_panel() { |
1701 | 1701 | printf( |
1702 | 1702 | /* translators: Link to https://wordpress.org/gutenberg/ */ |
1703 | 1703 | __( '<a href="%s">Learn more about Gutenberg</a>' ), |
1704 | | 'https://wordpress.org/gutenberg/' |
| 1704 | __( 'https://wordpress.org/gutenberg/' ) |
1705 | 1705 | ); |
1706 | 1706 | ?> |
1707 | 1707 | </p> |
… |
… |
function wp_try_gutenberg_panel() { |
1719 | 1719 | printf( |
1720 | 1720 | /* translators: Link to the Classic Editor plugin page */ |
1721 | 1721 | __( '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' ) |
1723 | 1723 | ); |
1724 | 1724 | ?> |
1725 | 1725 | </p> |