Changeset 19136 for trunk/wp-admin/credits.php
- Timestamp:
- 11/03/2011 11:23:31 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/credits.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.