Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 03:03:04 PM (9 years ago)
Author:
djpaul
Message:

Explicitly set database collation type when installing BuddyPress.

Fixes #7117, props kitsunesolar

File:
1 edited

Legend:

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

    r10901 r10902  
    523523            require( $this->plugin_dir . 'bp-core/deprecated/2.5.php' );
    524524            require( $this->plugin_dir . 'bp-core/deprecated/2.6.php' );
     525            require( $this->plugin_dir . 'bp-core/deprecated/2.7.php' );
    525526        }
    526527    }
Note: See TracChangeset for help on using the changeset viewer.