Changeset 13295
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r13196 r13295 670 670 671 671 $total = bp_get_message_thread_total_count( $thread_id ); 672 $unread = bp_get_message_thread_unread_count( $thread_id);672 $unread = bp_get_message_thread_unread_count(); 673 673 674 674 return sprintf( -
trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/compose.php
r12082 r13295 14 14 ?></h2> 15 15 16 <form action="<?php bp_messages_form_action( 'compose'); ?>" method="post" id="send_message_form" class="standard-form" enctype="multipart/form-data">16 <form action="<?php bp_messages_form_action(); ?>" method="post" id="send_message_form" class="standard-form" enctype="multipart/form-data"> 17 17 18 18 <?php
Note: See TracChangeset
for help on using the changeset viewer.