/**
 * Output HTML links to recipients in the current thread.
 *
 * @since 2.2.0
 */
function bp_the_thread_recipients_list()
{
    echo bp_get_thread_recipients_list();
}
Example #2
0
        ?>

        <?php 
    } elseif (bp_get_max_thread_recipients_to_list() <= bp_get_thread_recipients_count()) {
        ?>

          <?php 
        printf(__('Conversation between %s recipients.', 'buddypress'), number_format_i18n(bp_get_thread_recipients_count()));
        ?>

        <?php 
    } else {
        ?>

          <?php 
        printf(__('Conversation between %s and you.', 'buddypress'), bp_get_thread_recipients_list());
        ?>

        <?php 
    }
    ?>

      </span>

      <a class="button confirm" href="<?php 
    bp_the_thread_delete_link();
    ?>
" title="<?php 
    esc_attr_e("Delete Conversation", "buddypress");
    ?>
"><?php 
Example #3
0
        ?>

				<?php 
    } elseif (bp_get_max_thread_recipients_to_list() <= bp_get_thread_recipients_count()) {
        ?>

					<?php 
        printf(__('Conversation between %s recipients.', 'wonderflux'), number_format_i18n(bp_get_thread_recipients_count()));
        ?>

				<?php 
    } else {
        ?>

					<?php 
        printf(__('Conversation between %s and you.', 'wonderflux'), bp_get_thread_recipients_list());
        ?>

				<?php 
    }
    ?>

			</span>

			<a class="button confirm" href="<?php 
    bp_the_thread_delete_link();
    ?>
" title="<?php 
    esc_attr_e("Delete Conversation", 'wonderflux');
    ?>
"><?php