Changeset 30681 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 12/01/2014 01:33:34 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/category-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r30656 r30681 459 459 * 460 460 * @param string|array $args Optional. Override default arguments. 461 * @return string HTML content only if 'echo' argument is 0.461 * @return false|null|string HTML content only if 'echo' argument is 0. 462 462 */ 463 463 function wp_list_categories( $args = '' ) { … … 587 587 * @since 2.3.0 588 588 * 589 * @param array|string $args Optional. Override default arguments.590 * @return arrayGenerated tag cloud, only if no failures and 'array' is set for the 'format' argument.589 * @param array|string|null $args Optional. Override default arguments. 590 * @return null|false Generated tag cloud, only if no failures and 'array' is set for the 'format' argument. 591 591 */ 592 592 function wp_tag_cloud( $args = '' ) { … … 1322 1322 * @param string $sep Optional. Separate items using this. 1323 1323 * @param string $after Optional. After list. 1324 * @return null|bool False on WordPress error. Returns null when displaying.1324 * @return false|null False on WordPress error. Returns null when displaying. 1325 1325 */ 1326 1326 function the_terms( $id, $taxonomy, $before = '', $sep = ', ', $after = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.