Ticket #21368: 21368.18.diff
File 21368.18.diff, 1.3 KB (added by , 8 years ago) |
---|
-
wp-admin/includes/dashboard.php
1239 1239 <div class="welcome-panel-column-container"> 1240 1240 <div class="welcome-panel-column"> 1241 1241 <h4><?php _e( 'Get Started' ); ?></h4> 1242 <p><?php _e( 'First, tweak the look of your site:' ); ?></p>1243 1242 <a class="button-primary welcome-button" href="<?php echo add_query_arg( 'url', urlencode( admin_url( '/' ) ), wp_customize_url() ); ?>"><?php _e( 'Customize Your Site' ); ?></a> 1244 1243 <?php if ( current_user_can( 'install_themes' ) || ( current_user_can( 'switch_themes' ) && count( wp_get_themes( array( 'allowed' => true ) ) ) > 1 ) ) : ?> 1245 1244 <p><?php printf( __( 'or, <a href="%s">change your theme completely</a>' ), admin_url( 'themes.php' ) ); ?></p> -
wp-admin/css/wp-admin.css
2227 2227 } 2228 2228 2229 2229 .welcome-button { 2230 margin: -9px 0 3px;2231 padding: 1em 3em;2232 font: normal 1 5px/1 sans-serif;2230 margin: 10px 0 3px; 2231 padding: 0.85em 2.7em; 2232 font: normal 14px/1 sans-serif; 2233 2233 } 2234 2234 2235 2235 .welcome-panel-content {