Changeset 10434 for trunk/src/bp-xprofile/bp-xprofile-activity.php
- Timestamp:
- 01/03/2016 06:14:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-activity.php
r10417 r10434 58 58 * @param string $action Static activity action. 59 59 * @param object $activity Activity object. 60 *61 60 * @return string 62 61 */ … … 88 87 * @param string $action Static activity action. 89 88 * @param object $activity Activity object. 90 *91 89 * @return string 92 90 */ … … 120 118 * 121 119 * @param array|string $args String containing all variables used after bp_parse_args() call. 122 *123 120 * @return array 124 121 */ … … 157 154 * 158 155 * @param array|string $args Containing all variables used after bp_parse_args() call. 159 *160 156 * @return bool 161 157 */ … … 183 179 * @param string $key Key. 184 180 * @param string $value Value. 185 *186 181 * @return bool True if success, false on failure. 187 182 */ … … 215 210 * 216 211 * @param int $user_id The user id the avatar was set for. 217 *218 212 * @return bool 219 213 */ … … 257 251 * @param array $old_values Pre-save xprofile field values and visibility levels. 258 252 * @param array $new_values Post-save xprofile field values and visibility levels. 259 *260 253 * @return bool True on success, false on failure. 261 254 */
Note: See TracChangeset
for help on using the changeset viewer.