Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (9 years ago)
Author:
tw2113
Message:

Many PHPDocs cleanup for Core component.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-taxonomy.php

    r10871 r10899  
    5252 * @since 2.6.0
    5353 *
     54 * @param string $taxonomy Taxonomy slug to check for.
    5455 * @return int
    5556 */
     
    6263     * @since 2.6.0
    6364     *
    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.
    6667     */
    6768    return (int) apply_filters( 'bp_get_taxonomy_term_site_id', $site_id, $taxonomy );
Note: See TracChangeset for help on using the changeset viewer.