Changeset 61954 for branches/5.6/src/wp-includes/media.php
- Timestamp:
- 03/12/2026 02:11:14 AM (4 months ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
- Property svn:mergeinfo changed
/trunk merged: 61879-61885,61887,61890,61913
- Property svn:mergeinfo changed
-
branches/5.6/src/wp-includes/media.php
r56882 r61954 3895 3895 if ( $attachment->post_parent ) { 3896 3896 $post_parent = get_post( $attachment->post_parent ); 3897 if ( $post_parent ) {3897 if ( $post_parent && current_user_can( 'read_post', $attachment->post_parent ) ) { 3898 3898 $response['uploadedToTitle'] = $post_parent->post_title ? $post_parent->post_title : __( '(no title)' ); 3899 3899 $response['uploadedToLink'] = get_edit_post_link( $attachment->post_parent, 'raw' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)