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/includes/class-wp-list-table.php

    r26401 r27036  
    774774
    775775?>
    776 <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
     776<table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>">
    777777    <thead>
    778778    <tr>
Note: See TracChangeset for help on using the changeset viewer.