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-core/deprecated/1.7.php

    r13824 r13890  
    5050 * @deprecated 1.7.0
    5151 * @param string $component_name
    52  * @return boolean
     52 * @return bool
    5353 */
    5454function bp_exists( $component_name ) {
     
    9999 * @deprecated 1.7.0
    100100 * @param string $page
    101  * @return boolean True if is BuddyPress page
     101 * @return bool True if is BuddyPress page
    102102 */
    103103function bp_is_page( $page = '' ) {
Note: See TracChangeset for help on using the changeset viewer.