Changeset 10356 for trunk/src/bp-core/bp-core-taxonomy.php
- Timestamp:
- 11/15/2015 07:57:03 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-taxonomy.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-taxonomy.php
r10108 r10356 40 40 * @param string $taxonomy Taxonomy name. 41 41 * @param bool $append Optional. True to append terms to existing terms. Default: false. 42 *43 42 * @return array Array of term taxonomy IDs. 44 43 */ … … 69 68 * @param string|array $taxonomies Name or names of taxonomies to match. 70 69 * @param array $args See {@see wp_get_object_terms()}. 71 *72 70 * @return array 73 71 */ … … 98 96 * @param string|array $terms Term or terms to remove. 99 97 * @param string $taxonomy Taxonomy name. 100 *101 98 * @return bool|WP_Error True on success, false or WP_Error on failure. 102 99 */
Note: See TracChangeset
for help on using the changeset viewer.