Changeset 19136 for trunk/wp-admin/freedoms.php
- Timestamp:
- 11/03/2011 11:23:31 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/freedoms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.