Changes between Initial Version and Version 1 of Ticket #4787, comment 7
- Timestamp:
- 01/10/2020 05:47:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4787, comment 7
initial v1 9 9 function bp_fix_custom_xprofile_slug() { 10 10 $bp = buddypress(); 11 12 if ( ! empty( $bp->default_component ) || ! empty( $bp->current_component ) ) { 13 return; 14 } 11 15 12 16 $default_component = 'custom-name';