Changeset 23739 for trunk/wp-admin/update-core.php
- Timestamp:
- 03/18/2013 02:01:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r23381 r23739 189 189 <h3><?php _e( 'Plugins' ); ?></h3> 190 190 <p><?php _e( 'The following plugins have new versions available. Check the ones you want to update and then click “Update Plugins”.' ); ?></p> 191 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-plugins" class="upgrade">191 <form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-plugins" class="upgrade"> 192 192 <?php wp_nonce_field('upgrade-core'); ?> 193 193 <p><input id="upgrade-plugins" class="button" type="submit" value="<?php esc_attr_e('Update Plugins'); ?>" name="upgrade" /></p> … … 267 267 <p><?php _e( 'The following themes have new versions available. Check the ones you want to update and then click “Update Themes”.' ); ?></p> 268 268 <p><?php printf( __('<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href="%s">child themes</a> for modifications.'), _x('http://codex.wordpress.org/Child_Themes', 'Link used in suggestion to use child themes in GUU') ); ?></p> 269 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade">269 <form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-themes" class="upgrade"> 270 270 <?php wp_nonce_field('upgrade-core'); ?> 271 271 <p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p>
Note: See TracChangeset
for help on using the changeset viewer.