Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:59:16 PM (5 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-embed.php

    r48574 r48586  
    121121     * Do not use this function directly, use wp_embed_unregister_handler() instead.
    122122     *
    123      * @param string $id The handler ID that should be removed.
    124      * @param int $priority Optional. The priority of the handler to be removed (default: 10).
     123     * @param string $id       The handler ID that should be removed.
     124     * @param int    $priority Optional. The priority of the handler to be removed (default: 10).
    125125     */
    126126    public function unregister_handler( $id, $priority = 10 ) {
     
    136136     * @since 5.5.0
    137137     *
    138      * @param array $attr {
     138     * @param array  $attr {
    139139     *     Shortcode attributes. Optional.
    140140     *
     
    182182     * will be given to the WP_oEmbed class.
    183183     *
    184      * @param array $attr {
     184     * @param array  $attr {
    185185     *     Shortcode attributes. Optional.
    186186     *
Note: See TracChangeset for help on using the changeset viewer.