Changeset 4053 for branches/plugin/bbp-admin/bbp-users.php
- Timestamp:
- 07/04/2012 02:17:31 AM (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
r3966 r4053 100 100 } 101 101 endif; // class exists 102 103 /**104 * Setup bbPress Users Admin105 *106 * @since bbPress (r2596)107 *108 * @uses BBP_Replies_Admin109 */110 function bbp_users_admin() {111 bbpress()->admin->users = new BBP_Users_Admin();112 }
Note: See TracChangeset
for help on using the changeset viewer.