Changeset 10943 for trunk/wp-admin/admin-ajax.php
- Timestamp:
- 04/16/2009 04:41:05 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-ajax.php
r10922 r10943 1219 1219 exit( __('No posts found.') ); 1220 1220 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>'; 1222 1222 foreach ( $posts as $post ) { 1223 1223
Note: See TracChangeset
for help on using the changeset viewer.