Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/10/2015 10:01:29 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Admin: Add new wp-list-table class to Activity & Groups list tables.

The commit ensures BuddyPress's list-table implementation integrates nicely wih WordPress's default administration styling. It also addresses a WordPress 4.3 compatibilty issue introduced in [WP33016] that left the new .toggle-row button visible on our rows.

See #6465. For 2.3.3 (2.3 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/src/bp-groups/bp-groups-admin.php

    r9907 r10006  
    13161316        $this->display_tablenav( 'top' ); ?>
    13171317
    1318         <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
     1318        <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">
    13191319            <thead>
    13201320                <tr>
Note: See TracChangeset for help on using the changeset viewer.