Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,763
- Creating & Extending
- 25,804
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,317
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Looks like the bugs are fixed. Although, now the subject line isn’t processing the wild card character. It says, “An invitation to join the %%SITENAME%% community.”
Looks like you removed this line from the invite_anyone_wildcard_replace() function:
$text = str_replace( ‘%%SITENAME%%’, $site_name, $text );