Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/11/2015 08:17:53 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Sniffer: Whitespace around variables in arrays.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/capabilities.php

    r5827 r5908  
    349349function _bbp_reinit_dynamic_roles( $roles = array() ) {
    350350    foreach ( bbp_get_dynamic_roles() as $role_id => $details ) {
    351         $roles[$role_id] = $details;
     351        $roles[ $role_id ] = $details;
    352352    }
    353353    return $roles;
Note: See TracChangeset for help on using the changeset viewer.