- Timestamp:
- 10/22/2024 02:16:15 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/14.0/src/bp-xprofile/classes/class-bp-xprofile-component.php
r13503 r14050 149 149 // Defined conditionally to accommodate unit tests. 150 150 if ( ! defined( 'BP_XPROFILE_BASE_GROUP_NAME' ) ) { 151 define( 'BP_XPROFILE_BASE_GROUP_NAME', stripslashes( bp_core_get_root_option( ' avatar_default' ) ) );151 define( 'BP_XPROFILE_BASE_GROUP_NAME', stripslashes( bp_core_get_root_option( 'bp-xprofile-base-group-name' ) ) ); 152 152 } 153 153
Note: See TracChangeset
for help on using the changeset viewer.