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-settings/bp-settings-functions.php

    r13814 r13890  
    377377 * @since 12.0.0
    378378 *
    379  * @return boolean True if user can delete self account from front-end. False otherwise.
     379 * @return bool True if user can delete self account from front-end. False otherwise.
    380380 */
    381381function bp_settings_can_delete_self_account() {
     
    388388 * @since 12.0.0
    389389 *
    390  * @return boolean True if user can be shown the Delete account nav. False otherwise.
     390 * @return bool True if user can be shown the Delete account nav. False otherwise.
    391391 */
    392392function bp_settings_show_delete_account_nav() {
     
    399399 * @since 12.0.0
    400400 *
    401  * @return boolean True if user can be shown the Capability nav. False otherwise.
     401 * @return bool True if user can be shown the Capability nav. False otherwise.
    402402 */
    403403function bp_settings_show_capability_nav() {
Note: See TracChangeset for help on using the changeset viewer.