Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 09:32:04 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for cast variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-buddybar.php

    r5705 r5729  
    7777
    7878        echo '<ul class="author-list">';
    79         foreach( (array)$authors as $author ) {
     79        foreach( (array) $authors as $author ) {
    8080            $caps = maybe_unserialize( $author->caps );
    8181            if ( isset( $caps['subscriber'] ) || isset( $caps['contributor'] ) ) continue;
Note: See TracChangeset for help on using the changeset viewer.