Changeset 55777 for branches/5.8/src/wp-includes/media.php
- Timestamp:
- 05/16/2023 03:31:04 PM (3 years ago)
- File:
-
- 1 edited
-
branches/5.8/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8/src/wp-includes/media.php
r51230 r55777 4373 4373 'captions' => ! apply_filters( 'disable_captions', '' ), 4374 4374 'nonce' => array( 4375 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 4375 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 4376 'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ), 4376 4377 ), 4377 4378 'post' => array(
Note: See TracChangeset
for help on using the changeset viewer.