Changeset 22768 for trunk/wp-includes/media.php
- Timestamp:
- 11/21/2012 04:02:20 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22761 r22768 1329 1329 'mimeTypes' => wp_list_pluck( get_post_mime_types(), 0 ), 1330 1330 'captions' => ! apply_filters( 'disable_captions', '' ), 1331 'nonce' => array( 1332 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 1333 ), 1331 1334 ); 1332 1335
Note: See TracChangeset
for help on using the changeset viewer.