Changeset 4395 for trunk/bbpress.php
- Timestamp:
- 11/11/2012 11:09:10 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bbpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r4392 r4395 315 315 require( $this->includes_dir . 'users/options.php' ); 316 316 317 /** Extensions ********************************************************/318 319 require( $this->includes_dir . 'extend/akismet.php' );320 321 317 /** Hooks *************************************************************/ 322 318 319 require( $this->includes_dir . 'core/extend.php' ); 323 320 require( $this->includes_dir . 'core/actions.php' ); 324 321 require( $this->includes_dir . 'core/filters.php' );
Note: See TracChangeset
for help on using the changeset viewer.