Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/11/2008 10:54:44 PM (17 years ago)
Author:
apeatling
Message:

Theme updates for messaging fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/member-themes/buddypress-member/messages/sentbox.php

    r581 r657  
    55</div>
    66
    7 <div id="content">
    8     <div class="pagination-links">
    9         <?php bp_messages_pagination() ?>
    10     </div>
    11    
     7<div id="content"> 
    128    <h2><?php _e("Sent Messages", "buddypress"); ?></h2>
    139    <?php do_action( 'template_notices' ) ?>
    1410
    1511    <?php if ( bp_has_message_threads() ) : ?>
     12        <div class="pagination-links">
     13            <?php bp_messages_pagination() ?>
     14        </div>
    1615       
    1716        <table id="message-threads">
Note: See TracChangeset for help on using the changeset viewer.