Changeset 37720 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 06/15/2016 06:51:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r37708 r37720 222 222 */ 223 223 public function get_provider( $url, $args = '' ) { 224 $args = wp_parse_args( $args ); 224 225 225 226 $provider = false; … … 316 317 */ 317 318 public function get_html( $url, $args = '' ) { 319 $args = wp_parse_args( $args ); 320 318 321 /** 319 322 * Filters the oEmbed result before any HTTP requests are made.
Note: See TracChangeset
for help on using the changeset viewer.