Changeset 6601 for trunk/src/bbpress.php
- Timestamp:
- 06/23/2017 04:21:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r6596 r6601 204 204 /** Versions **********************************************************/ 205 205 206 $this->version = '2.6-rc-6 595';206 $this->version = '2.6-rc-6601'; 207 207 $this->db_version = '262'; 208 208 … … 375 375 // Quick admin check and load if needed 376 376 if ( is_admin() ) { 377 require $this->includes_dir . 'admin/admin.php';378 377 require $this->includes_dir . 'admin/actions.php'; 379 378 }
Note: See TracChangeset
for help on using the changeset viewer.