Changeset 18633 for trunk/wp-includes/class-oembed.php
- Timestamp:
- 09/03/2011 04:02:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-oembed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-oembed.php
r17995 r18633 29 29 // List out some popular sites that support oEmbed. 30 30 // The WP_Embed class disables discovery for non-unfiltered_html users, so only providers in this array will be used for them. 31 // Add to this list using the wp_oembed_add_provider() function (see it 's PHPDoc for details).31 // Add to this list using the wp_oembed_add_provider() function (see its PHPDoc for details). 32 32 $this->providers = apply_filters( 'oembed_providers', array( 33 33 '#http://(www\.)?youtube.com/watch.*#i' => array( 'http://www.youtube.com/oembed', true ),
Note: See TracChangeset
for help on using the changeset viewer.