Changeset 19136
- Timestamp:
- 11/03/2011 11:23:31 PM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
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> -
trunk/wp-admin/credits.php
r19121 r19136 81 81 include( './admin-header.php' ); 82 82 ?> 83 <div class="wrap"> 84 <?php screen_icon(); ?> 85 <h2><?php _e( 'WordPress Credits' ); ?></h2> 83 <div class="wrap about-wrap"> 84 85 <h1><?php _e( 'Welcome to WordPress 3.3!' ); ?></h1> 86 87 <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> 88 89 <div class="wp-badge"><?php _e( 'Version 3.3' ); ?></div> 90 91 <h2 class="nav-tab-wrapper"> 92 <a href="about.php" class="nav-tab"> 93 <?php _e( 'What’s New in 3.3' ); ?> 94 </a><a href="credits.php" class="nav-tab nav-tab-active"> 95 <?php _e( 'Credits' ); ?> 96 </a><a href="freedoms.php" class="nav-tab"> 97 <?php _e( 'Freedoms' ); ?> 98 </a> 99 </h2> 86 100 87 101 <?php -
trunk/wp-admin/freedoms.php
r17960 r19136 15 15 include( './admin-header.php' ); 16 16 ?> 17 <div class="wrap"> 18 <?php screen_icon(); ?> 19 <h2><?php _e( 'Freedoms' ); ?></h2> 17 <div class="wrap about-wrap"> 18 19 <h1><?php _e( 'Welcome to WordPress 3.3!' ); ?></h1> 20 21 <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> 22 23 <div class="wp-badge"><?php _e( 'Version 3.3' ); ?></div> 24 25 <h2 class="nav-tab-wrapper"> 26 <a href="about.php" class="nav-tab"> 27 <?php _e( 'What’s New in 3.3' ); ?> 28 </a><a href="credits.php" class="nav-tab"> 29 <?php _e( 'Credits' ); ?> 30 </a><a href="freedoms.php" class="nav-tab nav-tab-active"> 31 <?php _e( 'Freedoms' ); ?> 32 </a> 33 </h2> 20 34 21 35 <p><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'http://wordpress.org/about/license/' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.