Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/21/2011 07:24:54 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Add class "count" to menu items that have pending notifications. Add styling to admin-bar.css.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-loader.php

    r4735 r4741  
    386386
    387387                        if ( !empty( $count->total ) ) {
    388                                 $title   = sprintf( __( 'Groups <strong>(%s)</strong>',          'buddypress' ), $count->total );
    389                                 $pending = sprintf( __( 'Pending Invites <span>%s</span>', 'buddypress' ), $count->total );
     388                                $title   = sprintf( __( 'Groups <span class="count">%s</strong>',          'buddypress' ), $count->total );
     389                                $pending = sprintf( __( 'Pending Invites <span class="count">%s</span>', 'buddypress' ), $count->total );
    390390                        } else {
    391391                                $title   = __( 'Groups',             'buddypress' );
Note: See TracChangeset for help on using the changeset viewer.