Changeset 29512 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 08/16/2014 10:00:00 AM (11 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
r29206 r29512 346 346 ?> 347 347 <h3><?php _e( 'Translations' ); ?></h3> 348 <form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-t hemes" class="upgrade">348 <form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-translations" class="upgrade"> 349 349 <p><?php _e( 'Some of your translations are out of date.' ); ?></p> 350 <?php wp_nonce_field( 'upgrade-translations'); ?>350 <?php wp_nonce_field( 'upgrade-translations' ); ?> 351 351 <p><input class="button" type="submit" value="<?php esc_attr_e( 'Update Translations' ); ?>" name="upgrade" /></p> 352 352 </form>
Note: See TracChangeset
for help on using the changeset viewer.