Changeset 31368
- Timestamp:
- 02/08/2015 04:08:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r30649 r31368 351 351 <h3><?php _e( 'Translations' ); ?></h3> 352 352 <form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-translations" class="upgrade"> 353 <p><?php _e( ' Some of your translations are out of date.' ); ?></p>353 <p><?php _e( 'New translations are available.' ); ?></p> 354 354 <?php wp_nonce_field( 'upgrade-translations' ); ?> 355 355 <p><input class="button" type="submit" value="<?php esc_attr_e( 'Update Translations' ); ?>" name="upgrade" /></p>
Note: See TracChangeset
for help on using the changeset viewer.