Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2015 12:49:36 AM (10 years ago)
Author:
tw2113
Message:

First pass at BP-Core docs cleanup.

See #6398.

File:
1 edited

Legend:

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

    r9819 r10012  
    3535 * @param string       $taxonomy  Taxonomy name.
    3636 * @param bool         $append    Optional. True to append terms to existing terms. Default: false.
     37 *
    3738 * @return array Array of term taxonomy IDs.
    3839 */
     
    6364 * @param string|array $taxonomies Name or names of taxonomies to match.
    6465 * @param array        $args       See {@see wp_get_object_terms()}.
     66 *
    6567 * @return array
    6668 */
     
    9193 * @param string|array $terms     Term or terms to remove.
    9294 * @param string       $taxonomy  Taxonomy name.
     95 *
    9396 * @return bool|WP_Error True on success, false or WP_Error on failure.
    9497 */
Note: See TracChangeset for help on using the changeset viewer.