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-xprofile/bp-xprofile-activity.php

    r13806 r13890  
    149149 * @param string $key Key.
    150150 * @param string $value Value.
    151  * @return bool True if success, false on failure.
     151 * @return bool
    152152 */
    153153function xprofile_register_activity_action( $key, $value ) {
     
    180180 * @param array $old_values Pre-save xprofile field values and visibility levels.
    181181 * @param array $new_values Post-save xprofile field values and visibility levels.
    182  * @return bool True on success, false on failure.
     182 * @return bool
    183183 */
    184184function bp_xprofile_updated_profile_activity( $user_id, $field_ids = array(), $errors = false, $old_values = array(), $new_values = array() ) {
Note: See TracChangeset for help on using the changeset viewer.