Changes between Initial Version and Version 1 of Ticket #5021, comment 1
- Timestamp:
- 05/28/2013 12:49:30 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5021, comment 1
initial v1 1 Confirmed. 1 ~~Confirmed.~~ (See 'Update' section below.) 2 2 3 3 I'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. … … 6 6 7 7 Moving 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 15 And that displayed. 16 17 sensibleplugins: What is the shortcode that you are trying to run?