Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/09/2010 11:13:31 AM (15 years ago)
Author:
apeatling
Message:

Moving the site wide activity widget into the bp-sn-parent theme since it is now specific to this theme and not used at all in the new default. The new default includes better editable templates instead.

File:
1 edited

Legend:

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

    r2227 r2281  
    2424}
    2525add_action( 'init', 'bp_core_add_admin_bar_css' );
    26 
    27 /**
    28  * bp_core_add_admin_bar_js()
    29  *
    30  * Add the minor JS needed for the admin bar.
    31  *
    32  * @package BuddyPress Core
    33  * @uses get_option() Selects a site setting from the DB.
    34  */
    35 function bp_core_add_admin_bar_js() {
    36     wp_enqueue_script( 'bp-admin-bar-js', BP_PLUGIN_URL . '/bp-core/js/admin-bar.js', array( 'jquery' ) );
    37 }
    38 add_action( 'init', 'bp_core_add_admin_bar_js' );
    3926
    4027/**
Note: See TracChangeset for help on using the changeset viewer.