Changeset 41937 for trunk/src/wp-includes/media.php
- Timestamp:
- 10/19/2017 04:17:31 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r41724 r41937 3160 3160 } 3161 3161 3162 $context = get_post_meta( $attachment->ID, '_wp_attachment_context', true ); 3163 $response['context'] = ( $context ) ? $context : ''; 3164 3162 3165 if ( current_user_can( 'edit_post', $attachment->ID ) ) { 3163 3166 $response['nonces']['update'] = wp_create_nonce( 'update-post_' . $attachment->ID );
Note: See TracChangeset
for help on using the changeset viewer.