Make WordPress Core


Ignore:
Timestamp:
10/17/2013 08:29:12 PM (11 years ago)
Author:
nacin
Message:

Remove redundant code. see #25603, #22704, [25833].

File:
1 edited

Legend:

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

    r25833 r25834  
    4242            <p><?php _e( 'With WordPress 3.7, you don&#8217;t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background, though some configurations may not allow it.' ); ?></p>
    4343            <?php
    44             require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
    45             $upgrader = new WP_Automatic_Upgrader;
    46 
    4744            $can_auto_update = wp_http_supports( 'ssl' );
    4845            if ( $can_auto_update ) {
Note: See TracChangeset for help on using the changeset viewer.