- Timestamp:
- 10/23/2013 02:39:36 PM (12 years ago)
- Location:
- branches/3.7/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/trunk/src merged eligible /branches/3.1/src 18031 /branches/3.3/src 20543 /branches/3.4/src 21757
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/3.7/src/wp-admin/includes/class-wp-media-list-table.php
r25140 r25881 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.