Changeset 48104 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r47612 r48104 733 733 734 734 /** 735 * Sets the categories that the post idbelongs to.735 * Sets the categories that the post ID belongs to. 736 736 * 737 737 * @since 1.0.1 … … 2499 2499 * @param string $taxonomy The taxonomy name to use 2500 2500 * @param int $parent ID of parent term under which to confine the exists search. 2501 * @return mixed Get the term id or Term Object, if exists.2501 * @return mixed Get the term ID or term object, if exists. 2502 2502 */ 2503 2503 function is_term( $term, $taxonomy = '', $parent = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.