- 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-field.php
r13882 r13890 359 359 * 360 360 * @param boolean $delete_data Whether or not to delete data. 361 * @return bool ean361 * @return bool 362 362 */ 363 363 public function delete( $delete_data = false ) { … … 416 416 * @global wpdb $wpdb WordPress database object. 417 417 * 418 * @return bool ean418 * @return bool 419 419 */ 420 420 public function save() { … … 988 988 * 989 989 * @param int $group_id ID of the field group to delete fields from. 990 * @return bool ean990 * @return bool 991 991 */ 992 992 public static function delete_for_group( $group_id = 0 ) { … … 1049 1049 * @param int|null $position Field position to update. 1050 1050 * @param int|null $field_group_id ID of the field group. 1051 * @return bool ean1051 * @return bool 1052 1052 */ 1053 1053 public static function update_position( $field_id, $position = null, $field_group_id = null ) { … … 1167 1167 * @global string $message The feedback message to show. 1168 1168 * 1169 * @return bool ean1169 * @return bool 1170 1170 */ 1171 1171 public static function admin_validate() { … … 1434 1434 * 1435 1435 * @param string $support The name of the feature. 1436 * @return bool eanTrue if the field type supports the feature. False otherwise.1436 * @return bool True if the field type supports the feature. False otherwise. 1437 1437 */ 1438 1438 public function field_type_supports( $support = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.