Changeset 27889
- Timestamp:
- 04/01/2014 08:15:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8/src/wp-admin/includes/ajax-actions.php
r27609 r27889 1481 1481 wp_die( __('No items found.') ); 1482 1482 1483 $html = '<table class="widefat" cellspacing="0"><thead><tr><th class="found-radio"><br /></th><th>' . __( 'Title' ); 1484 $html .= '</th><th class="no-break">' . _x( 'Type', 'type of attachment parent' ) . '</th><th class="no-break">'; 1485 $html .= __( 'Date' ). '</th><th class="no-break">' . __( 'Status' ) . '</th></tr></thead><tbody>'; 1486 1483 $html = '<table class="widefat" cellspacing="0"><thead><tr><th class="found-radio"><br /></th><th>'.__('Title').'</th><th class="no-break">'.__('Type').'</th><th class="no-break">'.__('Date').'</th><th class="no-break">'.__('Status').'</th></tr></thead><tbody>'; 1487 1484 foreach ( $posts as $post ) { 1488 1485 $title = trim( $post->post_title ) ? $post->post_title : __( '(no title)' );
Note: See TracChangeset
for help on using the changeset viewer.