Ticket #45178: 45178-emoji.diff
File 45178-emoji.diff, 560 bytes (added by , 2 years ago) |
---|
-
src/wp-admin/about.php
47 47 </div> 48 48 <?php elseif ( ! file_exists( WP_PLUGIN_DIR . '/classic-editor/classic-editor.php' ) ) : ?> 49 49 <p class="about-text"> 50 <a href="#classic-editor"><?php _e( 'Learn how to keep using the old editor.' ); ?></a>50 ℹ <a href="#classic-editor"><?php _e( 'Learn how to keep using the old editor.' ); ?></a> 51 51 </p> 52 52 <?php endif; ?> 53 53