Changeset 9846 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
- Timestamp:
- 05/06/2015 11:42:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php
r9840 r9846 62 62 do_action( 'bp_messages_inbox_list_header' ); ?> 63 63 64 <?php if ( bp_is_active( 'messages', 'star' ) ) : ?> 65 <th scope="col" class="thread-star"><span class="message-action-star"><span class="icon"></span> <span class="screen-reader-text"><?php _e( 'Star', 'buddypress' ); ?></span></span></th> 66 <?php endif; ?> 67 64 68 <th scope="col" class="thread-options"><?php _e( 'Actions', 'buddypress' ); ?></th> 65 69 </tr> … … 107 111 */ 108 112 do_action( 'bp_messages_inbox_list_item' ); ?> 113 114 <?php if ( bp_is_active( 'messages', 'star' ) ) : ?> 115 <td class="thread-star"> 116 <?php bp_the_message_star_action_link( array( 'thread_id' => bp_get_message_thread_id() ) ); ?> 117 </td> 118 <?php endif; ?> 109 119 110 120 <td class="thread-options">
Note: See TracChangeset
for help on using the changeset viewer.