Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/15/2015 07:57:03 PM (10 years ago)
Author:
tw2113
Message:

[Samus Aran]
I first battled the documentation inconsistencies on planet Zebes. It was there that I foiled the plans of the
Space Pirate leader Mother Brain to use the issues to attack galactic civilization...

I next fought the inconsistencies on their homeworld SR388. I completely eradicated them except for an @since tag,
which after hatching followed me like a confused child...

I personally delivered it to the Galactic Research Station at Ceres so scientists could study its energy production qualities...

The scientists' findings were astounding! They discovered that the powers of the docs inconsistencies
might be harnessed for the good of galactic civilization!

Satisfied that all was well, I left the station to seek a new bounty to hunt. But, I had hardly gone beyond the asteroid
belt when I picked up a distress signal!

Ceres station was under attack!

More documentation cleanup for part of BP-Core component.

See #6398.

File:
1 edited

Legend:

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

    r10108 r10356  
    4040 * @param string       $taxonomy  Taxonomy name.
    4141 * @param bool         $append    Optional. True to append terms to existing terms. Default: false.
    42  *
    4342 * @return array Array of term taxonomy IDs.
    4443 */
     
    6968 * @param string|array $taxonomies Name or names of taxonomies to match.
    7069 * @param array        $args       See {@see wp_get_object_terms()}.
    71  *
    7270 * @return array
    7371 */
     
    9896 * @param string|array $terms     Term or terms to remove.
    9997 * @param string       $taxonomy  Taxonomy name.
    100  *
    10198 * @return bool|WP_Error True on success, false or WP_Error on failure.
    10299 */
Note: See TracChangeset for help on using the changeset viewer.