Make WordPress Core

Changeset 43967


Ignore:
Timestamp:
12/04/2018 11:03:34 PM (6 years ago)
Author:
pento
Message:

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

Props melchoyce.
See #45178.

File:
1 edited

Legend:

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

    r43953 r43967  
    4848        <?php elseif ( ! file_exists( WP_PLUGIN_DIR . '/classic-editor/classic-editor.php' ) ) : ?>
    4949            <p class="about-text">
    50                 <a href="#classic-editor"><?php _e( 'Learn how to keep using the old editor.' ); ?></a>
     50                &#x2139; <a href="#classic-editor"><?php _e( 'Learn how to keep using the old editor.' ); ?></a>
    5151            </p>
    5252        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.