Changeset 12116 for branches/3.0/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
- Timestamp:
- 05/24/2018 05:17:07 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php
r12105 r12116 155 155 <div class="thread-subject"> 156 156 <span class="thread-count">({{data.count}})</span> 157 <a class="subject" href=" #view/{{data.id}}">{{data.subject}}</a>157 <a class="subject" href="../view/{{data.id}}/">{{data.subject}}</a> 158 158 </div> 159 159 <p class="excerpt">{{data.excerpt}}</p> … … 204 204 <# } #> 205 205 206 <a href=" #view/{{data.id}}" class="message-action-view bp-tooltip bp-icons" data-bp-tooltip="<?php esc_attr_e( 'View full conversation and reply.', 'buddypress' ); ?>">206 <a href="../view/{{data.id}}/" class="message-action-view bp-tooltip bp-icons" data-bp-action="view" data-bp-tooltip="<?php esc_attr_e( 'View full conversation and reply.', 'buddypress' ); ?>"> 207 207 <span class="bp-screen-reader-text"><?php esc_html_e( 'View full conversation and reply.', 'buddypress' ); ?></span> 208 208 </a>
Note: See TracChangeset
for help on using the changeset viewer.