About: Add ℹ️ to the classic editor link, to make it stand out a little more.

Props melchoyce.
See #45178.


Built from https://develop.svn.wordpress.org/branches/5.0@43967


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2018-12-04 23:04:45 +00:00
parent ad08c43e57
commit ebd29f6fb9
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</div>
<?php elseif ( ! file_exists( WP_PLUGIN_DIR . '/classic-editor/classic-editor.php' ) ) : ?>
<p class="about-text">
<a href="#classic-editor"><?php _e( 'Learn how to keep using the old editor.' ); ?></a>
&#x2139; <a href="#classic-editor"><?php _e( 'Learn how to keep using the old editor.' ); ?></a>
</p>
<?php endif; ?>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-RC3-43966';
$wp_version = '5.0-RC3-43967';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.