Changeset 10012 for trunk/src/bp-core/bp-core-taxonomy.php
- Timestamp:
- 07/12/2015 12:49:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-taxonomy.php
r9819 r10012 35 35 * @param string $taxonomy Taxonomy name. 36 36 * @param bool $append Optional. True to append terms to existing terms. Default: false. 37 * 37 38 * @return array Array of term taxonomy IDs. 38 39 */ … … 63 64 * @param string|array $taxonomies Name or names of taxonomies to match. 64 65 * @param array $args See {@see wp_get_object_terms()}. 66 * 65 67 * @return array 66 68 */ … … 91 93 * @param string|array $terms Term or terms to remove. 92 94 * @param string $taxonomy Taxonomy name. 95 * 93 96 * @return bool|WP_Error True on success, false or WP_Error on failure. 94 97 */
Note: See TracChangeset
for help on using the changeset viewer.