Skip to:
Content

BuddyPress.org

Changeset 10024


Ignore:
Timestamp:
07/21/2015 09:58:54 PM (9 years ago)
Author:
boonebgorges
Message:

Available Tools selectors should match WP 4.2+.

Props anthonyvalera.
Fixes #6561.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-tools.php

    r10012 r10024  
    400400    $url  = add_query_arg( $query_arg, bp_get_admin_url( $page ) );
    401401    ?>
    402     <div class="tool-box">
    403         <h3 class="title"><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h3>
     402    <div class="card tool-box">
     403        <h3><?php esc_html_e( 'BuddyPress Tools', 'buddypress' ) ?></h3>
    404404        <p>
    405405            <?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.