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-attachments.php

    r13793 r13890  
    288288 *     @type int    $crop_y    The vertical starting point of the crop. Default: 0.
    289289 * }
    290  * @return bool True on success, false otherwise.
     290 * @return bool
    291291 */
    292292function bp_attachments_create_item_type( $type = 'avatar', $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.