Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/03/2012 12:33:13 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Theme Compatibility:

  • First pass at including theme compatibility into BuddyPress.
  • Introduce dependency, theme-compatibility, template-loader files into Core component.
  • Add theme compatibility classes for components with direct template access.
  • Move actions and filters around for improved plugin dependency.
  • Remove old $bbp references.
  • Turn $bp global into byref singleton, and include methods for setting up theme compatibility. (Fixes #4470.)
  • Add is_buddypress() function to bp-core-template.php.
  • Rename incorrectly named bp_after_theme_setup sub-action.
  • See: #3741.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-admin.php

    r6264 r6285  
    6666     * @since BuddyPress (1.6)
    6767     *
    68      * @uses BBP_Admin::setup_globals() Setup the globals needed
    69      * @uses BBP_Admin::includes() Include the required files
    70      * @uses BBP_Admin::setup_actions() Setup the hooks and actions
     68     * @uses BP_Admin::setup_globals() Setup the globals needed
     69     * @uses BP_Admin::includes() Include the required files
     70     * @uses BP_Admin::setup_actions() Setup the hooks and actions
    7171     */
    7272    public function __construct() {
     
    219219                'bp-general-settings',
    220220                'bp_core_admin_backpat_menu',
    221                 ''
     221                'div'
    222222            );
    223223
Note: See TracChangeset for help on using the changeset viewer.