Make WordPress Core


Ignore:
Timestamp:
10/23/2013 02:37:54 PM (11 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r25841 r25880  
    2525    global $wp_local_package, $wpdb, $wp_version;
    2626    static $first_pass = true;
    27  
     27
    2828    if ( 'en_US' == $update->locale && 'en_US' == get_locale() )
    2929        $version_string = $update->current;
     
    3333    else
    3434        $version_string = sprintf( "%s&ndash;<strong>%s</strong>", $update->current, $update->locale );
    35  
     35
    3636    $current = false;
    3737    if ( !isset($update->response) || 'latest' == $update->response )
Note: See TracChangeset for help on using the changeset viewer.