Changeset 55776 for branches/4.3/src/wp-includes/media.php
- Timestamp:
- 05/16/2023 03:25:24 PM (3 years ago)
- File:
-
- 1 edited
-
branches/4.3/src/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/src/wp-includes/media.php
r40165 r55776 2978 2978 'captions' => ! apply_filters( 'disable_captions', '' ), 2979 2979 'nonce' => array( 2980 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 2980 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 2981 'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ), 2981 2982 ), 2982 2983 'post' => array(
Note: See TracChangeset
for help on using the changeset viewer.