Skip to:
Content

BuddyPress.org

Changeset 4332


Ignore:
Timestamp:
05/05/2011 09:40:31 PM (14 years ago)
Author:
boonebgorges
Message:

Fixes typo in bp-messages-cssjs.php (introduced in r3917) that kept autocomplete styles from loading. Fixes #3170

File:
1 edited

Legend:

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

    r3917 r4332  
    2727    global $bp;
    2828
    29     if ( bp_is_messages_component() && bp_is_current_item( 'compose' ) ) {
     29    if ( bp_is_messages_component() && bp_is_current_action( 'compose' ) ) {
    3030        if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG )
    3131            wp_enqueue_style( 'bp-messages-autocomplete', BP_PLUGIN_URL . '/bp-messages/css/autocomplete/jquery.autocompletefb.dev.css', array(), BP_VERSION );
Note: See TracChangeset for help on using the changeset viewer.