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/bp-core-template.php

    r13878 r13890  
    19401940 * @since 12.1.0
    19411941 *
    1942  * @return boolean True if the requested URL is site home's one. False otherwise.
     1942 * @return bool True if the requested URL is site home's one. False otherwise.
    19431943 */
    19441944function bp_is_site_home() {
     
    38123812 * @param string $block_name     The Block name to check (eg: 'bp/sitewide-notices'). Optional.
    38133813 * @param string $widget_id_base The Widget ID base to check (eg: 'bp_messages_sitewide_notices_widget' ). Optional.
    3814  * @return boolean True if the Widget/Block is active. False otherwise.
     3814 * @return bool True if the Widget/Block is active. False otherwise.
    38153815 */
    38163816function bp_is_widget_block_active( $block_name = '', $widget_id_base = '' ) {
Note: See TracChangeset for help on using the changeset viewer.