Changeset 19339 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 11/18/2011 06:58:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r19337 r19339 1376 1376 else: 1377 1377 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 — %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 ); 1379 1379 echo '</p>'; 1380 1380 ?> … … 1421 1421 <?php endif; ?> 1422 1422 </div> 1423 <p ><?php printf( __( 'Already know what you’re doing? <a href="%s">Dismiss this message</a>.' ), '#' ) ?></p>1423 <p class="welcome-panel-dismiss"><?php printf( __( 'Already know what you’re doing? <a href="%s">Dismiss this message</a>.' ), '#' ) ?></p> 1424 1424 </div> 1425 1425 </div>
Note: See TracChangeset
for help on using the changeset viewer.