[buddypress-trac] [BuddyPress] #2707: Support oembed
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Dec 22 18:10:31 UTC 2010
#2707: Support oembed
---------------------+------------------------------------
Reporter: DJPaul | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.3
Component: Core | Version: 1.3
Resolution: | Keywords: has-patch dev-feedback
---------------------+------------------------------------
Comment (by r-a-y):
Ah, yes, forgot to declare $cache as empty.
Add the following above line 796:
{{{
$cache = '';
}}}
BP_Embed::shortcode() is basically a base function. It doesn't do
anything unless you pass a BP component's cache into it. See
bp_embed_init() in bp-core-embed.php where the cache is actually grabbed.
--
Ticket URL: <http://trac.buddypress.org/ticket/2707#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list