Skip to:
Content

bbPress.org

Changeset 3833


Ignore:
Timestamp:
04/03/2012 10:32:26 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Pinking shears on bbpress.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbpress.php

    r3832 r3833  
    524524     */
    525525    public function register_theme_packages() {
    526        
     526
    527527        /** Default Theme *****************************************************/
    528528
     
    550550    /**
    551551     * Setup the default bbPress theme compatability location.
    552      * 
     552     *
    553553     * @since bbPress (r3778)
    554554     */
     
    662662        // Register Forum content type
    663663        register_post_type(
    664             bbp_get_forum_post_type(), 
     664            bbp_get_forum_post_type(),
    665665            apply_filters( 'bbp_register_forum_post_type', array(
    666666                'labels'              => $post_type['labels'],
     
    800800    /**
    801801     * Register the post statuses used by bbPress
    802      * 
     802     *
    803803     * We do some manipulation of the 'trash' status so trashed topics and
    804804     * replies can be viewed from within the theme.
Note: See TracChangeset for help on using the changeset viewer.