Changeset 55784 for branches/4.7/src/wp-includes/media.php
- Timestamp:
- 05/16/2023 03:46:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7/src/wp-includes/media.php
r40425 r55784 3406 3406 'captions' => ! apply_filters( 'disable_captions', '' ), 3407 3407 'nonce' => array( 3408 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 3408 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 3409 'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ), 3409 3410 ), 3410 3411 'post' => array(
Note: See TracChangeset
for help on using the changeset viewer.