Make WordPress Core


Ignore:
Timestamp:
01/26/2014 08:27:21 PM (11 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/nav-menus.php

    r26634 r27036  
    551551    <div id="menu-locations-wrap">
    552552        <form method="post" action="<?php echo esc_url( add_query_arg( array( 'action' => 'locations' ), admin_url( 'nav-menus.php' ) ) ); ?>">
    553             <table class="widefat fixed" cellspacing="0" id="menu-locations-table">
     553            <table class="widefat fixed" id="menu-locations-table">
    554554                <thead>
    555555                <tr>
Note: See TracChangeset for help on using the changeset viewer.