Make WordPress Core


Ignore:
Timestamp:
12/01/2011 11:13:56 PM (14 years ago)
Author:
nacin
Message:

Add about.php maintenance/security release strings for translation. see #19346.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/freedoms.php

    r19534 r19536  
    2626<h2 class="nav-tab-wrapper">
    2727    <a href="about.php" class="nav-tab">
    28         <?php printf( __( 'What&#8217;s New in %s' ), $display_version ); ?>
     28        <?php _e( 'What&#8217;s New' ); ?>
    2929    </a><a href="credits.php" class="nav-tab">
    3030        <?php _e( 'Credits' ); ?>
Note: See TracChangeset for help on using the changeset viewer.