Changeset 30536 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 11/24/2014 04:41:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r30503 r30536 292 292 293 293 /** 294 * Attempts to find oEmbed provider discovery <link> tags at the given URL.295 * 296 * @param string $url The URL that should be inspected for discovery <link>tags.294 * Attempts to discover link tags at the given URL for an oEmbed provider. 295 * 296 * @param string $url The URL that should be inspected for discovery `<link>` tags. 297 297 * @return bool|string False on failure, otherwise the oEmbed provider URL. 298 298 */
Note: See TracChangeset
for help on using the changeset viewer.