Changeset 4250 for trunk/bbpress.php
- Timestamp:
- 10/13/2012 07:57:15 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bbpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r4249 r4250 319 319 // Quick admin check and load if needed 320 320 if ( is_admin() ) { 321 require( $this->includes_dir . 'admin/ bbp-admin.php' );322 require( $this->includes_dir . 'admin/ bbp-actions.php' );321 require( $this->includes_dir . 'admin/admin.php' ); 322 require( $this->includes_dir . 'admin/actions.php' ); 323 323 } 324 324 }
Note: See TracChangeset
for help on using the changeset viewer.