[buddypress-trac] [BuddyPress] #5021: Shortcode contents don't display in non-standard BP 1.7 themes
buddypress-trac
noreply at wordpress.org
Sun May 26 01:48:22 UTC 2013
#5021: Shortcode contents don't display in non-standard BP 1.7 themes
-----------------------------+-----------------------------
Reporter: sensibleplugins | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 1.7
Severity: normal | Keywords:
-----------------------------+-----------------------------
BuddyPress does not display shortcode contents in theme parts when in
theme compatibility mode.
We believe the bug is attributed to the following line of code in bp-core-
theme-compatibility.php (line 525)
{{{
bp_remove_all_filters( 'the_content' );
}}}
The above line removes, amongst others, the ‘do_shortcode’ filter function
from ‘the_content’ filter, and hence no shortcodes are ever executed.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5021>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list