Forums
-
- Forum
- Posts
-
- Installation
- 28,381
- Troubleshooting
- 62,249
- Themes
- 10,390
- Plugins
- 15,310
- Requests & Feedback
- 14,897
- Showcase
- 3,252
-
functions.bb-template.php line 1866 shows the arguments that this functions can accept, including a before and after character. But it also states $args = null
. You could add the | on line 1868 but this is editing the core
Alternatively use an if ( bb_current_user_can( 'view_by_ip' ) ) { echo " | "; }
.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS