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/meta-boxes.php

    r26918 r27036  
    901901function link_xfn_meta_box($link) {
    902902?>
    903 <table class="links-table" cellspacing="0">
     903<table class="links-table">
    904904    <tr>
    905905        <th scope="row"><label for="link_rel"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('rel:') ?></label></th>
Note: See TracChangeset for help on using the changeset viewer.