Skip to:
Content

BuddyPress.org

Changeset 10025


Ignore:
Timestamp:
07/21/2015 10:02:47 PM (8 years ago)
Author:
boonebgorges
Message:

Available Tools selectors should match WP 4.2+.

Merges [10024] to the 2.3 branch.

Props anthonyvalera.
Fixes #6561.

Location:
branches/2.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3

  • branches/2.3/src/bp-core/admin/bp-core-admin-tools.php

    r9819 r10025  
    398398    $url  = add_query_arg( $query_arg, bp_get_admin_url( $page ) );
    399399    ?>
    400     <div class="tool-box">
    401         <h3 class="title"><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h3>
     400    <div class="card tool-box">
     401        <h3><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h3>
    402402        <p>
    403403            <?php esc_html_e( 'BuddyPress keeps track of various relationships between users, groups, and activity items. Occasionally these relationships become out of sync, most often after an import, update, or migration.', 'buddypress' ); ?>
Note: See TracChangeset for help on using the changeset viewer.