Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/13/2009 01:24:21 AM (17 years ago)
Author:
apeatling
Message:

Add first revision of new default BuddyPress parent theme. This theme is designed to be extended from with child themes, not used directly. The original default themes from the old two theme system are deprecated, but will remain compatible with 1.1. Still more work to do there.

File:
1 edited

Legend:

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

    r1636 r1655  
    11<?php
     2
     3
    24/**
    35 * bp_core_add_admin_css()
     
    4345 */
    4446function bp_core_add_jquery_cropper() {
    45     wp_enqueue_script( 'jcrop' );
     47    wp_enqueue_script( 'jcrop', array( 'jquery' ) );
    4648    add_action( 'wp_head', 'bp_core_add_cropper_inline_js' );
    4749    add_action( 'wp_head', 'bp_core_add_cropper_inline_css' );
Note: See TracChangeset for help on using the changeset viewer.