Changeset 13890 for trunk/src/bp-xprofile/bp-xprofile-activity.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-activity.php
r13806 r13890 149 149 * @param string $key Key. 150 150 * @param string $value Value. 151 * @return bool True if success, false on failure.151 * @return bool 152 152 */ 153 153 function xprofile_register_activity_action( $key, $value ) { … … 180 180 * @param array $old_values Pre-save xprofile field values and visibility levels. 181 181 * @param array $new_values Post-save xprofile field values and visibility levels. 182 * @return bool True on success, false on failure.182 * @return bool 183 183 */ 184 184 function 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.