Changeset 55764 for trunk/src/wp-includes/media.php
- Timestamp:
- 05/16/2023 02:26:01 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r55757 r55764 4529 4529 'captions' => ! apply_filters( 'disable_captions', '' ), 4530 4530 'nonce' => array( 4531 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 4531 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 4532 'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ), 4532 4533 ), 4533 4534 'post' => array(
Note: See TracChangeset
for help on using the changeset viewer.