Make WordPress Core

Changeset 47103


Ignore:
Timestamp:
01/22/2020 12:39:32 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Expand @return description for the_terms().

See #48303.

File:
1 edited

Legend:

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

    r47096 r47103  
    13891389 * @param string $sep      Optional. Separate items using this.
    13901390 * @param string $after    Optional. After list.
    1391  * @return void|false False on WordPress error.
     1391 * @return void|false Void on success, false on failure.
    13921392 */
    13931393function the_terms( $id, $taxonomy, $before = '', $sep = ', ', $after = '' ) {
Note: See TracChangeset for help on using the changeset viewer.