Changeset 55782 for branches/5.5/src/wp-includes/media.php
- Timestamp:
- 05/16/2023 03:43:00 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5/src/wp-includes/media.php
r48854 r55782 4134 4134 'captions' => ! apply_filters( 'disable_captions', '' ), 4135 4135 'nonce' => array( 4136 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 4136 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 4137 'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ), 4137 4138 ), 4138 4139 'post' => array(
Note: See TracChangeset
for help on using the changeset viewer.