Changeset 12008 for trunk/src/class-buddypress.php
- Timestamp:
- 04/28/2018 01:32:52 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/class-buddypress.php
r11981 r12008 400 400 401 401 /** Post types and taxonomies *****************************************/ 402 403 /** 404 * Filters the post type slug for the email component. 405 * 406 * since 2.5.0 407 * 408 * @param string $value Email post type slug. 409 */ 402 410 $this->email_post_type = apply_filters( 'bp_email_post_type', 'bp-email' ); 411 412 /** 413 * Filters the taxonomy slug for the email type component. 414 * 415 * @since 2.5.0 416 * 417 * @param string $value Email type taxonomy slug. 418 */ 403 419 $this->email_taxonomy_type = apply_filters( 'bp_email_tax_type', 'bp-email-type' ); 404 420 }
Note: See TracChangeset
for help on using the changeset viewer.