Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5021, comment 1


Ignore:
Timestamp:
05/28/2013 12:49:30 AM (11 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5021, comment 1

    initial v1  
    1 Confirmed.
     1~~Confirmed.~~ (See 'Update' section below.)
    22
    33I'm not sure why we are wiping the filters so early.  I think we should be doing this just before BP attempts to do its object buffering.
     
    66
    77Moving to 1.8.
     8
     9----
     10
     11'''Update:'''  I tried adding the `[caption]` shortcode in a BP template part with the following code:
     12
     13`<?php echo do_shortcode('[caption width="600" caption="This is my caption"]Yiikes![/caption]'); ?>`
     14
     15And that displayed.
     16
     17sensibleplugins:  What is the shortcode that you are trying to run?