Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (6 years ago)
Author:
johnbillion
Message:

Docs: First pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-oembed.php

    r48513 r48586  
    230230         * @since 4.0.0
    231231         *
    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.
    234234         * @return mixed|bool Return value of the callback, false otherwise.
    235235         */
     
    248248         * @see WP_oEmbed::discover()
    249249         *
    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.
    252252         * @return string|false The oEmbed provider URL on success, false on failure.
    253253         */
Note: See TracChangeset for help on using the changeset viewer.