Changeset 41162 for trunk/src/wp-includes/class-wp-oembed-controller.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed-controller.php
r41047 r41162 21 21 * 22 22 * @since 4.4.0 23 * @access public24 23 */ 25 24 public function register_routes() { … … 102 101 * 103 102 * @since 4.4.0 104 * @access public105 103 * 106 104 * @param WP_REST_Request $request Full data about the request. … … 133 131 * 134 132 * @since 4.8.0 135 * @access public136 133 * 137 134 * @return true|WP_Error True if the request has read access, WP_Error object otherwise. … … 150 147 * 151 148 * @since 4.8.0 152 * @access public153 149 * 154 150 * @see WP_oEmbed::get_html()
Note: See TracChangeset
for help on using the changeset viewer.