mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Remove table cellspacing attribute from the admin, part-props MattyRob, fixes #22086.
git-svn-id: https://develop.svn.wordpress.org/trunk@27036 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -76,7 +76,7 @@ if ( empty( $importers ) ) {
|
||||
} else {
|
||||
uasort($importers, create_function('$a, $b', 'return strnatcasecmp($a[0], $b[0]);'));
|
||||
?>
|
||||
<table class="widefat importers" cellspacing="0">
|
||||
<table class="widefat importers">
|
||||
|
||||
<?php
|
||||
$alt = '';
|
||||
|
||||
Reference in New Issue
Block a user