Make WordPress Core

Changeset 28288


Ignore:
Timestamp:
05/06/2014 12:48:49 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Translate a string added in 3.7 but never translated previously.

props andrezrv.
fixes #28025.

File:
1 edited

Legend:

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

    r27469 r28288  
    175175                require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
    176176                $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                }
    179182        }
    180183
Note: See TracChangeset for help on using the changeset viewer.