Make WordPress Core


Ignore:
Timestamp:
11/03/2019 10:21:20 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix some incorrect return tags in docblocks.

See #48303

File:
1 edited

Legend:

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

    r46164 r46644  
    7777     * @since 2.9.0
    7878     *
    79      * @param array  $size An array of embed width and height values
    80      *                     in pixels (in that order).
     79     * @param array  $size {
     80     *     Indexed array of the embed width and height in pixels.
     81     *
     82     *     @type int $0 The embed width.
     83     *     @type int $0 The embed height.
     84     * }
    8185     * @param string $url  The URL that should be embedded.
    8286     */
Note: See TracChangeset for help on using the changeset viewer.