Ticket #3106: ticket.3106.diff
| File ticket.3106.diff, 547 bytes (added by , 15 years ago) |
|---|
-
bp-members/bp-members-signup.php
236 236 if ( is_array( $value ) ) 237 237 $db_illegal_names = $value; 238 238 elseif ( is_string( $value ) ) 239 $db_illegal_names = implode( ' ', $names);239 $db_illegal_names = explode( ' ', $value ); 240 240 241 241 // Add the core components' slugs to the banned list even if their components aren't active. 242 242 $bp_component_slugs = array(
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)