Changeset 37069
- Timestamp:
- 03/23/2016 05:07:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r37068 r37069 311 311 * @access public 312 312 * 313 * @param string $urlThe URL to the content that should be attempted to be embedded.314 * @param array $args Optional arguments. Usually passed from a shortcode.313 * @param string $url The URL to the content that should be attempted to be embedded. 314 * @param array|string $args Optional. Arguments, usually passed from a shortcode. Default empty. 315 315 * @return false|string False on failure, otherwise the UNSANITIZED (and potentially unsafe) HTML that should be used to embed. 316 316 */ … … 423 423 * @access public 424 424 * 425 * @param string $provider The URL to the oEmbed provider.426 * @param string $urlThe URL to the content that is desired to be embedded.427 * @param array $args Optional arguments. Usually passed from a shortcode.425 * @param string $provider The URL to the oEmbed provider. 426 * @param string $url The URL to the content that is desired to be embedded. 427 * @param array|string $args Optional. Arguments, usually passed from a shortcode. Default empty. 428 428 * @return false|object False on failure, otherwise the result in the form of an object. 429 429 */
Note: See TracChangeset
for help on using the changeset viewer.