Changeset 11594
- Timestamp:
- 06/21/2017 04:53:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r11558 r11594 436 436 function groups_check_slug( $slug ) { 437 437 $bp = buddypress(); 438 439 // First, make the proposed slug work in a URL. 440 $slug = sanitize_title( $slug ); 438 441 439 442 if ( 'wp' == substr( $slug, 0, 2 ) )
Note: See TracChangeset
for help on using the changeset viewer.