Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:06:10 AM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: remove superfluous comments from boolean returns.

See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-cache.php

    r13592 r13890  
    321321 * @since 2.7.0
    322322 *
    323  * @return bool True on success, false on failure.
     323 * @return bool
    324324 */
    325325function bp_groups_reset_cache_incrementor() {
     
    345345 * @param array  $tt_ids    Array of term taxonomy IDs.
    346346 * @param string $taxonomy  Taxonomy slug.
    347  * @return bool True on success, false on failure.
     347 * @return bool
    348348 */
    349349function bp_groups_reset_cache_incrementor_on_group_term_change( $object_id, $terms, $tt_ids, $taxonomy ) {
     
    368368 * @param array  $terms     Array of object terms.
    369369 * @param string $taxonomy  Taxonomy slug.
    370  * @return bool True on success, false on failure.
     370 * @return bool
    371371 */
    372372function bp_groups_reset_cache_incrementor_on_group_term_remove( $object_id, $terms, $taxonomy ) {
Note: See TracChangeset for help on using the changeset viewer.