- Timestamp:
- 07/04/2016 07:33:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r37941 r37952 482 482 <strong><a href="<?php echo get_edit_post_link( $post->post_parent ); ?>"> 483 483 <?php echo $title ?></a></strong><?php 484 } elseif ( current_user_can( 'read_post', $post->post_parent ) ) {484 } elseif ( $parent_type && current_user_can( 'read_post', $post->post_parent ) ) { 485 485 ?> 486 486 <strong><?php echo $title ?></strong><?php
Note: See TracChangeset
for help on using the changeset viewer.