Changeset 27036 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 01/26/2014 08:27:21 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/update-core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r26894 r27036 221 221 <?php wp_nonce_field('upgrade-core'); ?> 222 222 <p><input id="upgrade-plugins" class="button" type="submit" value="<?php esc_attr_e('Update Plugins'); ?>" name="upgrade" /></p> 223 <table class="widefat" cellspacing="0"id="update-plugins-table">223 <table class="widefat" id="update-plugins-table"> 224 224 <thead> 225 225 <tr> … … 299 299 <?php wp_nonce_field('upgrade-core'); ?> 300 300 <p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p> 301 <table class="widefat" cellspacing="0"id="update-themes-table">301 <table class="widefat" id="update-themes-table"> 302 302 <thead> 303 303 <tr>
Note: See TracChangeset
for help on using the changeset viewer.