Ticket #28025: update-core.diff
File update-core.diff, 787 bytes (added by , 10 years ago) |
---|
-
update-core.php
175 175 require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 176 176 $upgrader = new WP_Automatic_Updater; 177 177 if ( wp_http_supports( 'ssl' ) && $upgrader->should_update( 'core', $updates[0], ABSPATH ) ) 178 echo '<div class="updated inline"><p><strong> BETA TESTERS:</strong> This site is set up to install updates of future beta versions automatically.</p></div>';178 echo '<div class="updated inline"><p><strong>' . __( 'BETA TESTERS:' ) . '</strong> ' . __( 'This site is set up to install updates of future beta versions automatically.' ) . '</p></div>'; 179 179 } 180 180 181 181 echo '<ul class="core-updates">';