Changeset 12122 for branches/3.0/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
- Timestamp:
- 05/25/2018 03:52:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
r12116 r12122 273 273 </div> 274 274 275 <?php bp_nouveau_messages_hook( 'before', 'content' ); ?> 276 277 <div class="message-content"><# print( data.content ) #></div> 278 279 <?php bp_nouveau_messages_hook( 'after', 'content' ); ?> 275 <# if ( data.beforeContent ) { #> 276 <div class="bp-messages-hook before-message-content">{{{data.beforeContent}}}</div> 277 <# } #> 278 279 <div class="message-content">{{{data.content}}}</div> 280 281 <# if ( data.afterContent ) { #> 282 <div class="bp-messages-hook after-message-content">{{{data.afterContent}}}</div> 283 <# } #> 280 284 281 285 </script>
Note: See TracChangeset
for help on using the changeset viewer.