Ticket #11560: update-core.validation.fix.patch
File update-core.validation.fix.patch, 839 bytes (added by , 16 years ago) |
---|
-
update-core.php
159 159 $core_update_version = $core_updates[0]->current; 160 160 ?> 161 161 <h3><?php _e('Plugins'); ?></h3> 162 <p><?php _e('The following plugins have new versions available. Check the ones you want to upgrade and then click "Upgrade Plugins".'); ?><p>162 <p><?php _e('The following plugins have new versions available. Check the ones you want to upgrade and then click "Upgrade Plugins".'); ?></p> 163 163 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-plugins" class="upgrade"> 164 164 <?php wp_nonce_field('upgrade-core'); ?> 165 165 <p><input id="upgrade-plugins" class="button" type="submit" value="<?php esc_attr_e('Upgrade Plugins'); ?>" name="upgrade" /></p>