Make WordPress Core

Ticket #20423: about.diff

File about.diff, 1.4 KB (added by lightningspirit, 13 years ago)

A proposed model to handle history

  • wp-admin/about.php

     
    2525
    2626<h2 class="nav-tab-wrapper">
    2727        <a href="about.php" class="nav-tab nav-tab-active">
    28                 <?php _e( 'What&#8217;s New' ); ?>
     28                <?php _e( 'What&#8217;s New in 3.4' ); ?>
    2929        </a><a href="credits.php" class="nav-tab">
    3030                <?php _e( 'Credits' ); ?>
    3131        </a><a href="freedoms.php" class="nav-tab">
    3232                <?php _e( 'Freedoms' ); ?>
    3333        </a>
     34        <a href="history.php" class="nav-tab alignright">
     35                <?php _e( 'History' ); ?>
     36        </a>
    3437</h2>
    3538
    3639<div class="changelog">
    37         <h3><?php _e( 'Easier Uploading' ); ?></h3>
     40        <h3><?php _e( 'Theme Customizer' ); ?></h3>
    3841
    3942        <div class="feature-section images-stagger-right">
    4043                <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" />
    4346                </div>
    4447                <div class="left-feature">
    4548                        <h4><?php _e( 'File Type Detection' ); ?></h4>