Make WordPress Core


Ignore:
Timestamp:
11/05/2011 01:17:50 AM (13 years ago)
Author:
koopersmith
Message:

Second half of new welcome panel formatting. Add .icon16, for menu icon reuse. see #11651.

File:
1 edited

Legend:

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

    r19145 r19163  
    12891289
    12901290        <h3><?php _e( 'Welcome to WordPress!' ); ?></h3>
    1291         <p><?php _e( 'Welcome to your new WordPress site! Here are some things most people do when they set up a new WordPress site. To get started, use the links below and we&#8217;ll give you some extra help with these tasks.' ); ?></p>
     1291        <p class="about-description"><?php _e( 'Welcome to your new site! Here are some things most people do when they set up a new WordPress site. To get started, use the links below and we&#8217;ll give you some extra help with these tasks:' ); ?></p>
    12921292
    12931293        <div class="welcome-panel-column">
     1294            <h4>
     1295                <span class="icon16 icon-settings"></span>
     1296                <?php _e( 'Customize your site' ); ?>
     1297            </h4>
     1298            <p><?php echo ( 'Holy pancakes, filler content! You should customize your site settings!' ); ?></p>
    12941299            <ul>
    12951300                <li>
     
    13071312                <li>
    13081313                    <?php echo sprintf(
    1309                         __( '<a href="%s">Set your time zone</a>.' ),
    1310                         esc_url( admin_url('options-general.php') )
    1311                     ); ?>
    1312                 </li>
    1313             </ul>
    1314         </div>
    1315         <div class="welcome-panel-column">
    1316             <ul>
    1317                 <li>
    1318                     <?php echo sprintf(
    1319                         __( '<a href="%s">Edit your site tagline</a>.' ),
     1314                        __( '<a href="%s">Set your time zone and site tagline</a>.' ),
    13201315                        esc_url( admin_url('options-general.php') )
    13211316                    ); ?>
     
    13271322                    ); ?>
    13281323                </li>
    1329                 <li>
    1330                     <?php echo sprintf(
    1331                         __( '<a href="%s">Add some widgets</a>.' ),
    1332                         esc_url( admin_url('widgets.php') )
    1333                     ); ?>
    1334                 </li>
    13351324            </ul>
    13361325        </div>
    13371326        <div class="welcome-panel-column">
     1327            <h4>
     1328                <span class="icon16 icon-page"></span>
     1329                <?php _e( 'Create some content' ); ?>
     1330            </h4>
     1331            <p><?php echo ( 'What is a WordPress site without a voice? Publishing brings joy to the web.' ); ?></p>
    13381332            <ul>
    13391333                <li>
    13401334                    <?php echo sprintf(
    1341                         __( 'Delete the default <a href="%1$s">post</a> and <a href="%2$s">comment</a>.' ),
     1335                        __( 'Delete the <a href="%1$s">sample post</a> and <a href="%2$s">page</a>.' ),
    13421336                        esc_url( admin_url('edit.php') ),
    13431337                        esc_url( admin_url('edit-comments.php') )
     
    13521346                <li>
    13531347                    <?php echo sprintf(
    1354                         __( '<a href="%s">Edit the sample page</a> to be about you.' ),
     1348                        __( '<a href="%s">Create an about page</a>.' ),
    13551349                        esc_url( admin_url('edit.php?post_type=page') )
    13561350                    ); ?>
Note: See TracChangeset for help on using the changeset viewer.