- Timestamp:
- 10/23/2013 02:37:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r25140 r25880 309 309 if ( $parent ) { 310 310 $title = _draft_or_post_title( $post->post_parent ); 311 $parent_type = get_post_type_object( $parent->post_type ); 311 $parent_type = get_post_type_object( $parent->post_type ); 312 312 ?> 313 313 <td <?php echo $attributes ?>><strong>
Note: See TracChangeset
for help on using the changeset viewer.