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/media.php

    r46603 r46644  
    11081108 * @param string $size_name  Image size. Accepts any valid image size name ('thumbnail', 'medium', etc.).
    11091109 * @param array  $image_meta The image meta data.
    1110  * @return array|bool Array of width and height values in pixels (in that order)
    1111  *                    or false if the size doesn't exist.
     1110 * @return array|bool The image meta data as returned by `wp_get_attachment_metadata()`.
    11121111 */
    11131112function _wp_get_image_size_from_meta( $size_name, $image_meta ) {
Note: See TracChangeset for help on using the changeset viewer.