Changeset 10474 for trunk/src/bp-loader.php
- Timestamp:
- 01/27/2016 08:23:37 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-loader.php
r10417 r10474 423 423 $this->current_user = new stdClass(); 424 424 $this->displayed_user = new stdClass(); 425 426 /** Post types and taxonomies *****************************************/ 427 $this->email_post_type = apply_filters( 'bp_email_post_type', 'bp-email' ); 428 $this->email_taxonomy_type = apply_filters( 'bp_email_tax_type', 'bp-email-type' ); 425 429 } 426 430
Note: See TracChangeset
for help on using the changeset viewer.