Changeset 11913 for trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
- Timestamp:
- 03/29/2018 01:40:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
r11899 r11913 142 142 <# if ( undefined !== data.content ) { #> 143 143 144 <h 4 class=" message-title preview-thread-title"><?php esc_html_e( 'Active conversation:', 'buddypress' ); ?><span class="messages-title"> <# print( data.subject ); #></span></h4>144 <h2 class="message-title preview-thread-title"><?php esc_html_e( 'Active conversation:', 'buddypress' ); ?><span class="messages-title"> <# print( data.subject ); #></span></h2> 145 145 <div class="preview-content"> 146 146 <header class="preview-pane-header"> … … 193 193 194 194 <script type="text/html" id="tmpl-bp-messages-single-header"> 195 <h 4 id="message-subject" class="message-title single-thread-title"><# print( data.subject ); #></h4>195 <h2 id="message-subject" class="message-title single-thread-title"><# print( data.subject ); #></h2> 196 196 <header class="single-message-thread-header"> 197 197 <# if ( undefined !== data.recipients ) { #>
Note: See TracChangeset
for help on using the changeset viewer.