Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/30/2011 06:55:35 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Move autocomplete_all out of $globals array in bp-messages-loader

File:
1 edited

Legend:

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

    r3917 r3964  
    7474            'notification_callback' => 'messages_format_notifications',
    7575            'search_string'         => __( 'Search Messages...', 'buddypress' ),
    76             'autocomplete_all'      => defined( 'BP_MESSAGES_AUTOCOMPLETE_ALL' ),
    7776            'global_tables'         => $global_tables,
    7877        );
     78
     79        $this->autocomplete_all = defined( 'BP_MESSAGES_AUTOCOMPLETE_ALL' );
    7980
    8081        parent::_setup_globals( $globals );
Note: See TracChangeset for help on using the changeset viewer.