Make WordPress Core

Changeset 35918


Ignore:
Timestamp:
12/14/2015 03:00:09 AM (9 years ago)
Author:
johnbillion
Message:

Correct the position of the $alt parameter's @param doc in image_add_caption().

See #32246

File:
1 edited

Legend:

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

    r35811 r35918  
    159159 * @param integer $id
    160160 * @param string $caption image caption
    161  * @param string $alt image alt attribute
    162161 * @param string $title image title attribute
    163162 * @param string $align image css alignment property
    164163 * @param string $url image src url
    165164 * @param string $size image size (thumbnail, medium, large, full or added with add_image_size() )
     165 * @param string $alt image alt attribute
    166166 * @return string
    167167 */
Note: See TracChangeset for help on using the changeset viewer.