Changeset 47103
- Timestamp:
- 01/22/2020 12:39:32 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r47096 r47103 1389 1389 * @param string $sep Optional. Separate items using this. 1390 1390 * @param string $after Optional. After list. 1391 * @return void|false False on WordPress error.1391 * @return void|false Void on success, false on failure. 1392 1392 */ 1393 1393 function the_terms( $id, $taxonomy, $before = '', $sep = ', ', $after = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.