Changeset 36896 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/09/2016 04:16:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r36712 r36896 2974 2974 * @param string $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 * @return array|WP_Error Affected Term IDs.2976 * @return array|WP_Error Term taxonomy IDs of the affected terms. 2977 2977 */ 2978 2978 function wp_set_object_terms( $object_id, $terms, $taxonomy, $append = false ) { … … 3095 3095 * @param array|int|string $terms The slug(s) or ID(s) of the term(s) to add. 3096 3096 * @param array|string $taxonomy Taxonomy name. 3097 * @return array|WP_Error Affected Term IDs3097 * @return array|WP_Error Term taxonomy IDs of the affected terms. 3098 3098 */ 3099 3099 function wp_add_object_terms( $object_id, $terms, $taxonomy ) {
Note: See TracChangeset
for help on using the changeset viewer.