Make WordPress Core


Ignore:
Timestamp:
04/16/2009 04:41:05 AM (17 years ago)
Author:
azaozz
Message:

CSS cleanup and fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r10922 r10943  
    12191219        exit( __('No posts found.') );
    12201220
    1221     $html = '<table class="widefat"><thead><tr><th class="found-radio"><br /></th><th>'.__('Title').'</th><th>'.__('Time').'</th><th>'.__('Status').'</th></tr></thead><tbody>';
     1221    $html = '<table class="widefat" cellspacing="0"><thead><tr><th class="found-radio"><br /></th><th>'.__('Title').'</th><th>'.__('Time').'</th><th>'.__('Status').'</th></tr></thead><tbody>';
    12221222    foreach ( $posts as $post ) {
    12231223
Note: See TracChangeset for help on using the changeset viewer.