Changeset 48586 for trunk/src/wp-includes/class-wp-oembed.php
- Timestamp:
- 07/23/2020 07:59:16 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-oembed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r48513 r48586 230 230 * @since 4.0.0 231 231 * 232 * @param string $name Method to call.233 * @param array $arguments Arguments to pass when calling.232 * @param string $name Method to call. 233 * @param array $arguments Arguments to pass when calling. 234 234 * @return mixed|bool Return value of the callback, false otherwise. 235 235 */ … … 248 248 * @see WP_oEmbed::discover() 249 249 * 250 * @param string $url The URL to the content.251 * @param string|array $args Optional provider arguments.250 * @param string $url The URL to the content. 251 * @param string|array $args Optional provider arguments. 252 252 * @return string|false The oEmbed provider URL on success, false on failure. 253 253 */
Note: See TracChangeset
for help on using the changeset viewer.