mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Change Close tab in Welcome Screen to a Dismiss link. Aligh bullets with paragraphs. Props georgestephanis, chexee. fixes #19271
git-svn-id: https://develop.svn.wordpress.org/trunk@19326 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1285,7 +1285,7 @@ function wp_welcome_panel() {
|
||||
|
||||
<?php wp_nonce_field( 'welcome-panel-nonce', 'welcomepanelnonce', false ); ?>
|
||||
|
||||
<a class="welcome-panel-close" href="#"><?php _e('Close'); ?></a>
|
||||
<a class="welcome-panel-close" href="#"><?php _e('Dismiss'); ?></a>
|
||||
|
||||
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user