Changeset 55778 for branches/5.7/src/wp-includes/media.php
- Timestamp:
- 05/16/2023 03:35:46 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7/src/wp-includes/media.php
r50684 r55778 4309 4309 'captions' => ! apply_filters( 'disable_captions', '' ), 4310 4310 'nonce' => array( 4311 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 4311 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 4312 'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ), 4312 4313 ), 4313 4314 'post' => array(
Note: See TracChangeset
for help on using the changeset viewer.