Make WordPress Core


Ignore:
Timestamp:
12/14/2011 05:36:38 PM (13 years ago)
Author:
ryan
Message:

Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433

File:
1 edited

Legend:

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

    r18843 r19596  
    143143        $cur = get_preferred_from_update_core();
    144144
    145         if ( isset( $cur->response ) && $cur->response == 'upgrade'  )
     145        if ( isset( $cur->response ) && $cur->response == 'upgrade' )
    146146            $msg .= " <a href='" . network_admin_url( 'update-core.php' ) . "' class='button'>" . sprintf( __('Update to %s'), $cur->current ? $cur->current : __( 'Latest' ) ) . '</a>';
    147147    }
Note: See TracChangeset for help on using the changeset viewer.