Make WordPress Core

Changeset 27889


Ignore:
Timestamp:
04/01/2014 08:15:51 AM (9 years ago)
Author:
nacin
Message:

Revert [27609] from the 3.8 branch, as it should have been applied to trunk. see #27453.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8/src/wp-admin/includes/ajax-actions.php

    r27609 r27889  
    14811481        wp_die( __('No items found.') );
    14821482
    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>';
    14871484    foreach ( $posts as $post ) {
    14881485        $title = trim( $post->post_title ) ? $post->post_title : __( '(no title)' );
Note: See TracChangeset for help on using the changeset viewer.