Changeset 28288
- Timestamp:
- 05/06/2014 12:48:49 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/update-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r27469 r28288 175 175 require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 176 176 $upgrader = new WP_Automatic_Updater; 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>'; 177 if ( wp_http_supports( 'ssl' ) && $upgrader->should_update( 'core', $updates[0], ABSPATH ) ) { 178 echo '<div class="updated inline"><p>'; 179 echo '<strong>' . __( 'BETA TESTERS:' ) . '</strong> ' . __( 'This site is set up to install updates of future beta versions automatically.' ); 180 echo '</p></div>'; 181 } 179 182 } 180 183
Note: See TracChangeset
for help on using the changeset viewer.