Changeset 19136 for trunk/wp-admin/about.php
- Timestamp:
- 11/03/2011 11:23:31 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r19135 r19136 208 208 <h1><?php _e( 'Welcome to WordPress 3.3!' ); ?></h1> 209 209 210 <div class="about-text"> WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.</div>210 <div class="about-text"><?php _e( 'WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.' ); ?></div> 211 211 212 212 <div class="wp-badge"><?php _e( 'Version 3.3' ); ?></div> 213 213 214 214 <h2 class="nav-tab-wrapper"> 215 <a href=" #" class="nav-tab nav-tab-active">215 <a href="about.php" class="nav-tab nav-tab-active"> 216 216 <?php _e( 'What’s New in 3.3' ); ?> 217 </a><a href=" #" class="nav-tab">217 </a><a href="credits.php" class="nav-tab"> 218 218 <?php _e( 'Credits' ); ?> 219 </a><a href=" #" class="nav-tab">219 </a><a href="freedoms.php" class="nav-tab"> 220 220 <?php _e( 'Freedoms' ); ?> 221 221 </a>
Note: See TracChangeset
for help on using the changeset viewer.