- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r13878 r13890 86 86 * 87 87 * @param int $id Field group ID. 88 * @return bool ean88 * @return bool 89 89 */ 90 90 public function populate( $id ) { … … 118 118 * @global wpdb $wpdb WordPress database object. 119 119 * 120 * @return bool ean120 * @return bool 121 121 */ 122 122 public function save() { … … 179 179 * @global wpdb $wpdb WordPress database object. 180 180 * 181 * @return bool ean181 * @return bool 182 182 */ 183 183 public function delete() { … … 702 702 * @global string $message The feedback message to show. 703 703 * 704 * @return bool ean704 * @return bool 705 705 */ 706 706 public static function admin_validate() { … … 725 725 * @param int $field_group_id ID of the group the field belongs to. 726 726 * @param int $position Field group position. 727 * @return bool ean727 * @return bool 728 728 */ 729 729 public static function update_position( $field_group_id, $position ) {
Note: See TracChangeset
for help on using the changeset viewer.