Changeset 47755
- Timestamp:
- 05/03/2020 10:40:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed-controller.php
r46696 r47755 41 41 'args' => array( 42 42 'url' => array( 43 'required' => true, 44 'sanitize_callback' => 'esc_url_raw', 43 'description' => __( 'The URL of the resource for which to fetch oEmbed data.' ), 44 'required' => true, 45 'type' => 'string', 46 'format' => 'uri', 45 47 ), 46 48 'format' => array( … … 67 69 'args' => array( 68 70 'url' => array( 69 'description' 70 ' type' => 'string',71 ' required' => true,72 ' sanitize_callback' => 'esc_url_raw',71 'description' => __( 'The URL of the resource for which to fetch oEmbed data.' ), 72 'required' => true, 73 'type' => 'string', 74 'format' => 'uri', 73 75 ), 74 76 'format' => array(
Note: See TracChangeset
for help on using the changeset viewer.