Ticket #7551: add-nouveau-to-theme-package-array.patch
File add-nouveau-to-theme-package-array.patch, 794 bytes (added by , 8 years ago) |
---|
-
src/class-buddypress.php
712 712 'url' => trailingslashit( $this->themes_url . '/bp-legacy' ) 713 713 ) ); 714 714 715 bp_register_theme_package( array( 716 'id' => 'nouveau', 717 'name' => __( 'BuddyPress Nouveau', 'buddypress' ), 718 'version' => bp_get_version(), 719 'dir' => trailingslashit( $this->themes_dir . '/bp-nouveau' ), 720 'url' => trailingslashit( $this->themes_url . '/bp-nouveau' ) 721 ) ); 722 715 723 // Register the basic theme stack. This is really dope. 716 724 bp_register_template_stack( 'get_stylesheet_directory', 10 ); 717 725 bp_register_template_stack( 'get_template_directory', 12 );