Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/12/2015 01:05:53 PM (9 years ago)
Author:
djpaul
Message:

Templates: add new CSS class to Notices loop wrapper.

This lets themes target the Notices loop specifically. Previously, you could only use a selector that matches both the Messages and Notices loop.

Fixes #6424, props hnla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/messages/notices-loop.php

    r9819 r9863  
    3939    do_action( 'bp_before_notices' ); ?>
    4040
    41     <table id="message-threads" class="messages-notices">
     41    <table id="message-threads" class="messages-notices sitewide-notices">
    4242        <?php while ( bp_message_threads() ) : bp_message_thread(); ?>
    4343            <tr id="notice-<?php bp_message_notice_id(); ?>" class="<?php bp_message_css_class(); ?>">
Note: See TracChangeset for help on using the changeset viewer.