Curious… the solution:
add_filter('private_title_format', 'ntwb_remove_private_title');
function ntwb_remove_private_title($title) {
return '%s';
}
used to work for taking off the “Private” suffix for my Private forums… now it’s not working since the upgrade… any solutions??