Make WordPress Core


Ignore:
Timestamp:
12/06/2013 07:17:35 PM (11 years ago)
Author:
DrewAPicture
Message:

Inline documentation fixes for hooks and functions introduced in 3.8.0.

File:
1 edited

Legend:

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

    r26380 r26736  
    19771977 * @since 3.8.0
    19781978 * @param array $args {
    1979  *     @type int    $rating The Rating to display, Expressed in a 0.5 rating increment, or a percentage.
    1980  *     @type string $type   The format that the $rating is in. Valid values are 'rating' (default), or, 'percent'.
    1981  *     @type int    $number The number of ratings which makes up this rating.
     1979 *     Optional. Array of star ratings arguments.
     1980 *
     1981 *     @type int    $rating The rating to display, expressed in either a 0.5 rating increment,
     1982 *                          or percentage. Default 0.
     1983 *     @type string $type   Format that the $rating is in. Valid values are 'rating' (default),
     1984 *                          or, 'percent'. Default 'rating'.
     1985 *     @type int    $number The number of ratings that makes up this rating. Default 0.
    19821986 * }
    19831987 */
Note: See TracChangeset for help on using the changeset viewer.