Changeset 55783 for branches/4.6/src/wp-includes/media.php
- Timestamp:
- 05/16/2023 03:43:22 PM (3 years ago)
- File:
-
- 1 edited
-
branches/4.6/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6/src/wp-includes/media.php
r38086 r55783 3301 3301 'captions' => ! apply_filters( 'disable_captions', '' ), 3302 3302 'nonce' => array( 3303 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 3303 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 3304 'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ), 3304 3305 ), 3305 3306 'post' => array(
Note: See TracChangeset
for help on using the changeset viewer.