Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/03/2016 06:14:41 AM (9 years ago)
Author:
tw2113
Message:

More cleanup and new phpdocs for functions or methods in the XProfile component.

See #6406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-activity.php

    r10417 r10434  
    5858 * @param string $action   Static activity action.
    5959 * @param object $activity Activity object.
    60  *
    6160 * @return string
    6261 */
     
    8887 * @param string $action   Static activity action.
    8988 * @param object $activity Activity object.
    90  *
    9189 * @return string
    9290 */
     
    120118 *
    121119 * @param array|string $args String containing all variables used after bp_parse_args() call.
    122  *
    123120 * @return array
    124121 */
     
    157154 *
    158155 * @param array|string $args Containing all variables used after bp_parse_args() call.
    159  *
    160156 * @return bool
    161157 */
     
    183179 * @param string $key Key.
    184180 * @param string $value Value.
    185  *
    186181 * @return bool True if success, false on failure.
    187182 */
     
    215210 *
    216211 * @param int $user_id The user id the avatar was set for.
    217  *
    218212 * @return bool
    219213 */
     
    257251 * @param array $old_values Pre-save xprofile field values and visibility levels.
    258252 * @param array $new_values Post-save xprofile field values and visibility levels.
    259  *
    260253 * @return bool True on success, false on failure.
    261254 */
Note: See TracChangeset for help on using the changeset viewer.