Changeset 3907
- Timestamp:
- 05/17/2012 04:19:50 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbpress.php
r3905 r3907 393 393 /** Misc **************************************************************/ 394 394 395 // Errors396 395 $this->errors = new WP_Error(); 397 398 // Views399 396 $this->views = array(); 400 401 // Tab Index402 397 $this->tab_index = apply_filters( 'bbp_default_tab_index', 100 ); 403 398
Note: See TracChangeset
for help on using the changeset viewer.