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/edit-form-advanced.php

    r26995 r27036  
    488488    ),
    489489) ); ?>
    490 <table id="post-status-info" cellspacing="0"><tbody><tr>
     490<table id="post-status-info"><tbody><tr>
    491491    <td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td>
    492492    <td class="autosave-info">
Note: See TracChangeset for help on using the changeset viewer.