Changeset 13382 for trunk/wp-includes/media.php
- Timestamp:
- 02/24/2010 08:13:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r13377 r13382 1317 1317 * @param string $format The format of URL that this provider can handle. You can use asterisks as wildcards. 1318 1318 * @param string $provider The URL to the oEmbed provider. 1319 * @param boolean $regex Whether the $format parameter is in a regex format or not.1319 * @param boolean $regex Whether the $format parameter is in a regex format. 1320 1320 */ 1321 1321 function wp_oembed_add_provider( $format, $provider, $regex = false ) {
Note: See TracChangeset
for help on using the changeset viewer.