Make WordPress Core

Ticket #20423: freedoms.diff

File freedoms.diff, 974 bytes (added by lightningspirit, 13 years ago)
  • wp-admin/freedoms.php

     
    2525
    2626<h2 class="nav-tab-wrapper">
    2727        <a href="about.php" class="nav-tab">
    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 nav-tab-active">
    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<p class="about-description"><?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>