Make WordPress Core


Ignore:
Timestamp:
10/05/2015 10:24:41 PM (11 years ago)
Author:
ocean90
Message:

Media List Table: Remove the date display in column_parent().

It should be the time at which the post was written, but it was never because of the missing $parent argument.

Fixes #33238.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-media-list-table.php

    r34446 r34839  
    471471                        } else {
    472472                                echo $title;
    473                         } ?></strong>,
    474                         <?php echo get_the_time( __( 'Y/m/d' ) ); ?><br />
     473                        } ?></strong>
     474                        <br />
    475475                        <?php
    476476                        if ( $user_can_edit ):
Note: See TracChangeset for help on using the changeset viewer.