Make WordPress Core

Ticket #28025: update-core.diff

File update-core.diff, 787 bytes (added by andrezrv, 10 years ago)
  • update-core.php

     
    175175                require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
    176176                $upgrader = new WP_Automatic_Updater;
    177177                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>';
    179179        }
    180180
    181181        echo '<ul class="core-updates">';