Changeset 3758 for branches/plugin/bbp-admin/bbp-users.php
- Timestamp:
- 02/25/2012 08:50:27 PM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-users.php
r3627 r3758 109 109 */ 110 110 function bbp_users_admin() { 111 global $bbp; 112 113 // Bail if bbPress is not loaded 114 if ( !is_a( $bbp, 'bbPress' ) ) return; 115 116 $bbp->admin->users = new BBP_Users_Admin(); 111 bbpress()->admin->users = new BBP_Users_Admin(); 117 112 } 118 113
Note: See TracChangeset
for help on using the changeset viewer.