Ticket #20423: about.diff
File about.diff, 1.4 KB (added by , 13 years ago) |
---|
-
wp-admin/about.php
25 25 26 26 <h2 class="nav-tab-wrapper"> 27 27 <a href="about.php" class="nav-tab nav-tab-active"> 28 <?php _e( 'What’s New ' ); ?>28 <?php _e( 'What’s New in 3.4' ); ?> 29 29 </a><a href="credits.php" class="nav-tab"> 30 30 <?php _e( 'Credits' ); ?> 31 31 </a><a href="freedoms.php" class="nav-tab"> 32 32 <?php _e( 'Freedoms' ); ?> 33 33 </a> 34 <a href="history.php" class="nav-tab alignright"> 35 <?php _e( 'History' ); ?> 36 </a> 34 37 </h2> 35 38 36 39 <div class="changelog"> 37 <h3><?php _e( ' Easier Uploading' ); ?></h3>40 <h3><?php _e( 'Theme Customizer' ); ?></h3> 38 41 39 42 <div class="feature-section images-stagger-right"> 40 43 <div class="feature-images"> 41 <img src="<?php echo admin_url( 'images/screenshots/ media-icon.png' ); ?>" width="200" class="angled-right" />42 <img src="<?php echo admin_url( 'images/screenshots/ drag-and-drop.png' ); ?>" width="200" class="angled-left" />44 <img src="<?php echo admin_url( 'images/screenshots/theme-customizer.png' ); ?>" width="200" class="angled-right" /> 45 <img src="<?php echo admin_url( 'images/screenshots/theme-customizer-2.png' ); ?>" width="200" class="angled-left" /> 43 46 </div> 44 47 <div class="left-feature"> 45 48 <h4><?php _e( 'File Type Detection' ); ?></h4>