Make WordPress Core


Ignore:
Timestamp:
11/17/2011 08:48:40 PM (13 years ago)
Author:
ryan
Message:

Change Close tab in Welcome Screen to a Dismiss link. Aligh bullets with paragraphs. Props georgestephanis, chexee. fixes #19271

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r19251 r19326  
    12861286        <?php wp_nonce_field( 'welcome-panel-nonce', 'welcomepanelnonce', false ); ?>
    12871287
    1288         <a class="welcome-panel-close" href="#"><?php _e('Close'); ?></a>
     1288        <a class="welcome-panel-close" href="#"><?php _e('Dismiss'); ?></a>
    12891289
    12901290        <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.