Changeset 26736 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 12/06/2013 07:17:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r26380 r26736 1977 1977 * @since 3.8.0 1978 1978 * @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. 1982 1986 * } 1983 1987 */
Note: See TracChangeset
for help on using the changeset viewer.