Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:06:10 AM (17 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-avatars.php

    r13878 r13890  
    764764 *                                   corresponding to the $object.
    765765 * }
    766  * @return bool True on success, false on failure.
     766 * @return bool
    767767 */
    768768function bp_core_delete_existing_avatar( $args = '' ) {
     
    942942 * @param array  $file              The appropriate entry the from $_FILES superglobal.
    943943 * @param string $upload_dir_filter A filter to be applied to 'upload_dir'.
    944  * @return bool True on success, false on failure.
     944 * @return bool
    945945 */
    946946function bp_core_avatar_handle_upload( $file, $upload_dir_filter ) {
Note: See TracChangeset for help on using the changeset viewer.