Make WordPress Core


Ignore:
Timestamp:
01/26/2014 08:27:21 PM (12 years ago)
Author:
azaozz
Message:

Remove table cellspacing attribute from the admin, part-props MattyRob, fixes #22086.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r26894 r27036  
    221221<?php wp_nonce_field('upgrade-core'); ?>
    222222<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">
    224224    <thead>
    225225    <tr>
     
    299299<?php wp_nonce_field('upgrade-core'); ?>
    300300<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">
    302302    <thead>
    303303    <tr>
Note: See TracChangeset for help on using the changeset viewer.