Changeset 5440 for trunk/src/includes/admin/actions.php
- Timestamp:
- 07/09/2014 11:58:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/actions.php
r5314 r5440 106 106 107 107 // 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 ) ) { 109 109 return; 110 } 110 111 111 112 // Switch to the new blog
Note: See TracChangeset
for help on using the changeset viewer.