Changeset 19163 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 11/05/2011 01:17:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r19145 r19163 1289 1289 1290 1290 <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’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’ll give you some extra help with these tasks:' ); ?></p> 1292 1292 1293 1293 <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> 1294 1299 <ul> 1295 1300 <li> … … 1307 1312 <li> 1308 1313 <?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>.' ), 1320 1315 esc_url( admin_url('options-general.php') ) 1321 1316 ); ?> … … 1327 1322 ); ?> 1328 1323 </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>1335 1324 </ul> 1336 1325 </div> 1337 1326 <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> 1338 1332 <ul> 1339 1333 <li> 1340 1334 <?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>.' ), 1342 1336 esc_url( admin_url('edit.php') ), 1343 1337 esc_url( admin_url('edit-comments.php') ) … … 1352 1346 <li> 1353 1347 <?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>.' ), 1355 1349 esc_url( admin_url('edit.php?post_type=page') ) 1356 1350 ); ?>
Note: See TracChangeset
for help on using the changeset viewer.