Changeset 42875 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 03/25/2018 06:09:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r42747 r42875 216 216 * @since 2.9.0 217 217 * 218 * @param array $providers An array ofpopular oEmbed providers.218 * @param array[] $providers An array of arrays containing data about popular oEmbed providers. 219 219 */ 220 220 $this->providers = apply_filters( 'oembed_providers', $providers ); … … 447 447 * @since 2.9.0 448 448 * 449 * @param array$format Array of oEmbed link types. Accepts 'application/json+oembed',450 * 'text/xml+oembed', and 'application/xml+oembed' (incorrect,451 * used by at least Vimeo).449 * @param string[] $format Array of oEmbed link types. Accepts 'application/json+oembed', 450 * 'text/xml+oembed', and 'application/xml+oembed' (incorrect, 451 * used by at least Vimeo). 452 452 */ 453 453 $linktypes = apply_filters(
Note: See TracChangeset
for help on using the changeset viewer.