Changes between Initial Version and Version 1 of Ticket #2707, comment 25
- Timestamp:
- 07/10/2011 02:20:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2707, comment 25
initial v1 1 1 Boone and I discussed the $attr['discover'] in IRC last night, in some detail. We concluded that the following was a good option: 2 2 3 `$attr['discover'] = ( apply_filters( 'bp_embed_oembed_discover', false ) && current_user_can( $id,'unfiltered_html' )`3 `$attr['discover'] = ( apply_filters( 'bp_embed_oembed_discover', false ) && current_user_can( 'unfiltered_html' )`