Changeset 55791 for branches/5.0/src/wp-includes/media.php
- Timestamp:
- 05/16/2023 04:02:16 PM (3 years ago)
- File:
-
- 1 edited
-
branches/5.0/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/media.php
r43157 r55791 3443 3443 'captions' => ! apply_filters( 'disable_captions', '' ), 3444 3444 'nonce' => array( 3445 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 3445 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 3446 'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ), 3446 3447 ), 3447 3448 'post' => array(
Note: See TracChangeset
for help on using the changeset viewer.