Make WordPress Core


Ignore:
Timestamp:
11/18/2011 06:58:46 PM (13 years ago)
Author:
ryan
Message:

Welcome Screen styling. Props chexee. see #11651

File:
1 edited

Legend:

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

    r19337 r19339  
    13761376            else:
    13771377            echo '<p>';
    1378             printf( __( 'Use the current theme -- %1$s -- or <a href="%2$s">choose a new one</a>. If you stick with %3$s, here are a few ways to make your site look unique.' ), $ct->title, esc_url( admin_url( 'themes.php' ) ), $ct->title );
     1378            printf( __( 'Use the current theme &mdash; %1$s &mdash; or <a href="%2$s">choose a new one</a>. If you stick with %3$s, here are a few ways to make your site look unique.' ), $ct->title, esc_url( admin_url( 'themes.php' ) ), $ct->title );
    13791379            echo '</p>';
    13801380            ?>
     
    14211421            <?php endif; ?>
    14221422        </div>
    1423         <p><?php printf( __( 'Already know what you&#8217;re doing? <a href="%s">Dismiss this message</a>.' ), '#' ) ?></p>
     1423        <p class="welcome-panel-dismiss"><?php printf( __( 'Already know what you&#8217;re doing? <a href="%s">Dismiss this message</a>.' ), '#' ) ?></p>
    14241424        </div>
    14251425    </div>
Note: See TracChangeset for help on using the changeset viewer.