Changeset 10899 for trunk/src/bp-core/bp-core-taxonomy.php
- Timestamp:
- 06/23/2016 06:31:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-taxonomy.php
r10871 r10899 52 52 * @since 2.6.0 53 53 * 54 * @param string $taxonomy Taxonomy slug to check for. 54 55 * @return int 55 56 */ … … 62 63 * @since 2.6.0 63 64 * 64 * @param int $site_id 65 * @param string $taxonomy 65 * @param int $site_id Site ID to cehck for. 66 * @param string $taxonomy Taxonomy slug to check for. 66 67 */ 67 68 return (int) apply_filters( 'bp_get_taxonomy_term_site_id', $site_id, $taxonomy );
Note: See TracChangeset
for help on using the changeset viewer.