Changeset 31219 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/16/2015 10:43:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r31207 r31219 2972 2972 * @param array|int|string $terms A single term slug, single term id, or array of either term slugs or ids. 2973 2973 * Will replace all existing related terms in this taxonomy. 2974 * @param array |string$taxonomy The context in which to relate the term to the object.2974 * @param array $taxonomy The context in which to relate the term to the object. 2975 2975 * @param bool $append Optional. If false will delete difference of terms. Default false. 2976 2976 * @return array|WP_Error Affected Term IDs. … … 3694 3694 * @since 2.3.0 3695 3695 * 3696 * @param int |array $idTerm object ID3696 * @param int $id Term object ID 3697 3697 * @param string $taxonomy Taxonomy Name 3698 3698 * @return bool|array Empty array if $terms found, but not $taxonomy. False if nothing is in cache for $taxonomy and $id. … … 4258 4258 * @param string $taxonomy Single taxonomy name 4259 4259 * @param int|string|array $terms Optional. Term term_id, name, slug or array of said 4260 * @return bool|WP_Error .WP_Error on input error.4260 * @return bool|WP_Error WP_Error on input error. 4261 4261 */ 4262 4262 function is_object_in_term( $object_id, $taxonomy, $terms = null ) {
Note: See TracChangeset
for help on using the changeset viewer.