Changeset 32568 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 05/24/2015 05:39:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r32542 r32568 632 632 * 633 633 * @param array|string|null $args Optional. Override default arguments. 634 * @return null|array Generated tag cloud, only if no failures and 'array' is set for the 'format' argument.634 * @return void|array Generated tag cloud, only if no failures and 'array' is set for the 'format' argument. 635 635 * Otherwise, this function outputs the tag cloud. 636 636 */ … … 1406 1406 * @param string $sep Optional. Separate items using this. 1407 1407 * @param string $after Optional. After list. 1408 * @return false| null False on WordPress error. Returns null when displaying.1408 * @return false|void False on WordPress error. 1409 1409 */ 1410 1410 function the_terms( $id, $taxonomy, $before = '', $sep = ', ', $after = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.