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.

git-svn-id: https://develop.svn.wordpress.org/trunk@34839 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-10-05 22:24:41 +00:00
parent 84e475dd80
commit f79a9d4ca2

View File

@ -470,8 +470,8 @@ class WP_Media_List_Table extends WP_List_Table {
<?php echo $title ?></a><?php <?php echo $title ?></a><?php
} else { } else {
echo $title; echo $title;
} ?></strong>, } ?></strong>
<?php echo get_the_time( __( 'Y/m/d' ) ); ?><br /> <br />
<?php <?php
if ( $user_can_edit ): if ( $user_can_edit ):
$detach_url = add_query_arg( array( $detach_url = add_query_arg( array(