Changeset 3376 for branches/plugin/bbp-admin/bbp-admin.php
- Timestamp:
- 07/25/2011 06:40:41 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-admin.php
r3375 r3376 43 43 44 44 /** 45 * The main bbPress admin loader (PHP4 compat)45 * The main bbPress admin loader 46 46 * 47 47 * @since bbPress (r2515) 48 48 * 49 * @uses BBP_Admin::_setup_globals() Setup the globals needed 50 * @uses BBP_Admin::_includes() Include the required files 51 * @uses BBP_Admin::_setup_actions() Setup the hooks and actions 52 */ 53 public function BBP_Admin() { 54 $this->__construct(); 55 } 56 57 /** 58 * The main bbPress admin loader 59 * 60 * @since bbPress (r2515) 61 * 62 * @uses BBP_Admin::_setup_globals() Setup the globals needed 63 * @uses BBP_Admin::_includes() Include the required files 64 * @uses BBP_Admin::_setup_actions() Setup the hooks and actions 49 * @uses BBP_Admin::setup_globals() Setup the globals needed 50 * @uses BBP_Admin::includes() Include the required files 51 * @uses BBP_Admin::setup_actions() Setup the hooks and actions 65 52 */ 66 53 public function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.