Changeset 40628 for trunk/src/wp-includes/media.php
- Timestamp:
- 05/11/2017 06:18:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r40573 r40628 3415 3415 'nonce' => array( 3416 3416 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), 3417 'wpRestApi' => wp_create_nonce( 'wp_rest' ), 3417 3418 ), 3418 3419 'post' => array( … … 3424 3425 'video' => ( $show_video_playlist ) ? 1 : 0, 3425 3426 ), 3427 'oEmbedProxyUrl' => rest_url( 'oembed/1.0/proxy' ), 3426 3428 'embedExts' => $exts, 3427 3429 'embedMimes' => $ext_mimes,
Note: See TracChangeset
for help on using the changeset viewer.