Changeset 53700 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/14/2022 02:08:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r53426 r53700 186 186 echo '<p class="hint">' . sprintf( 187 187 /* translators: %s: WordPress version. */ 188 __( 'You are about to install WordPress %s <strong>in English (US) .</strong>There is a chance this update will break your translation. You may prefer to wait for the localized version to be released.' ),188 __( 'You are about to install WordPress %s <strong>in English (US)</strong>. There is a chance this update will break your translation. You may prefer to wait for the localized version to be released.' ), 189 189 'development' !== $update->response ? $update->current : '' 190 190 ) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.