Ticket #28198: 28198.patch
| File 28198.patch, 805 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/update-core.php
345 345 $form_action = 'update-core.php?action=do-translation-upgrade'; 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 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>