Changeset 46696 for trunk/src/wp-includes/class-wp-oembed-controller.php
- Timestamp:
- 11/11/2019 02:41:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed-controller.php
r46586 r46696 111 111 * 112 112 * @param WP_REST_Request $request Full data about the request. 113 * @return WP_Error|arrayoEmbed response data or WP_Error on failure.113 * @return array|WP_Error oEmbed response data or WP_Error on failure. 114 114 */ 115 115 public function get_item( $request ) {
Note: See TracChangeset
for help on using the changeset viewer.