Changeset 45663 for trunk/src/wp-includes/class-wp-oembed.php
- Timestamp:
- 07/19/2019 04:31:40 AM (5 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r45662 r45663 555 555 $provider_url_with_args = add_query_arg( 'format', $format, $provider_url_with_args ); 556 556 557 /** This filter is documented in wp-includes/class- oembed.php */557 /** This filter is documented in wp-includes/class-wp-oembed.php */ 558 558 $args = apply_filters( 'oembed_remote_get_args', array(), $provider_url_with_args ); 559 559
Note: See TracChangeset
for help on using the changeset viewer.