Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2018 01:32:52 AM (7 years ago)
Author:
tw2113
Message:

add/touchup documentation to a lot of Nouveau actions and filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/class-buddypress.php

    r11981 r12008  
    400400
    401401        /** 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         */
    402410        $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         */
    403419        $this->email_taxonomy_type = apply_filters( 'bp_email_tax_type', 'bp-email-type' );
    404420    }
Note: See TracChangeset for help on using the changeset viewer.