Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (3 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48109 r48574  
    133133 * @see WP_oEmbed
    134134 *
    135  * @param string  $format   The format of URL that this provider can handle. You can use asterisks
    136  *                          as wildcards.
    137  * @param string  $provider The URL to the oEmbed provider.
    138  * @param boolean $regex    Optional. Whether the `$format` parameter is in a RegEx format. Default false.
     135 * @param string $format   The format of URL that this provider can handle. You can use asterisks
     136 *                         as wildcards.
     137 * @param string $provider The URL to the oEmbed provider.
     138 * @param bool  $regex    Optional. Whether the `$format` parameter is in a RegEx format. Default false.
    139139 */
    140140function wp_oembed_add_provider( $format, $provider, $regex = false ) {
Note: See TracChangeset for help on using the changeset viewer.