Changeset 48526 for trunk/src/wp-includes/class-wp-oembed-controller.php
- Timestamp:
- 07/21/2020 12:01:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed-controller.php
r48135 r48526 37 37 array( 38 38 array( 39 'methods' => WP_REST_Server::READABLE, 40 'callback' => array( $this, 'get_item' ), 41 'args' => array( 39 'methods' => WP_REST_Server::READABLE, 40 'callback' => array( $this, 'get_item' ), 41 'permission_callback' => '__return_true', 42 'args' => array( 42 43 'url' => array( 43 44 'description' => __( 'The URL of the resource for which to fetch oEmbed data.' ),
Note: See TracChangeset
for help on using the changeset viewer.