Skip to:
Content

BuddyPress.org

Ticket #7065: 7065.patch

File 7065.patch, 1.3 KB (added by mercime, 8 years ago)
  • src/bp-activity/classes/class-bp-activity-list-table.php

     
    252252                                </tr>
    253253                        </thead>
    254254
     255                        <tbody id="the-comment-list">
     256                                <?php $this->display_rows_or_placeholder(); ?>
     257                        </tbody>
     258
    255259                        <tfoot>
    256260                                <tr>
    257261                                        <?php $this->print_column_headers( false ); ?>
    258262                                </tr>
    259263                        </tfoot>
    260 
    261                         <tbody id="the-comment-list">
    262                                 <?php $this->display_rows_or_placeholder(); ?>
    263                         </tbody>
    264264                </table>
    265265                <?php
    266266
  • src/bp-groups/classes/class-bp-groups-list-table.php

     
    225225                                </tr>
    226226                        </thead>
    227227
     228                        <tbody id="the-comment-list">
     229                                <?php $this->display_rows_or_placeholder(); ?>
     230                        </tbody>
     231
    228232                        <tfoot>
    229233                                <tr>
    230234                                        <?php $this->print_column_headers( false ); ?>
    231235                                </tr>
    232236                        </tfoot>
    233 
    234                         <tbody id="the-comment-list">
    235                                 <?php $this->display_rows_or_placeholder(); ?>
    236                         </tbody>
    237237                </table>
    238238                <?php
    239239