Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/09/2014 11:58:59 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Brackets and code formatting improvements to admin component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/actions.php

    r5314 r5440  
    106106
    107107    // Bail if plugin is not network activated
    108     if ( ! is_plugin_active_for_network( bbpress()->basename ) )
     108    if ( ! is_plugin_active_for_network( bbpress()->basename ) ) {
    109109        return;
     110    }
    110111
    111112    // Switch to the new blog
Note: See TracChangeset for help on using the changeset viewer.