Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/05/2014 12:24:20 PM (11 years ago)
Author:
djpaul
Message:

Messages: soft-deprecate existing autocomplete CSS/JS by moving assets into deprecated folder.

Functionality hasn't been changed, the scripts have just been moved. Eventually, these will be
replaced by a newer auto-suggest JS/UI, then these will be used just for backwards compatibility
with old themes.

See #3278 and #5735.

File:
1 edited

Legend:

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

    r8436 r8559  
    453453            require( $this->plugin_dir . 'bp-core/deprecated/1.7.php' );
    454454            require( $this->plugin_dir . 'bp-core/deprecated/2.0.php' );
     455            require( $this->plugin_dir . 'bp-core/deprecated/2.1.php' );
    455456        }
    456457    }
Note: See TracChangeset for help on using the changeset viewer.