Changeset 9182 for trunk/src/bp-core/bp-core-update.php
- Timestamp:
- 11/26/2014 06:08:03 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-update.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-update.php
r8566 r9182 241 241 if ( $raw_db_version < 8311 ) { 242 242 bp_update_to_2_0_1(); 243 } 244 245 // 2.2 246 if ( $raw_db_version < 9181 ) { 247 bp_update_to_2_2(); 243 248 } 244 249 } … … 391 396 392 397 /** 398 * 2.2.0 update routine. 399 * 400 * - Add messages meta table 401 * 402 * @since BuddyPress (2.2.0) 403 */ 404 function bp_update_to_2_2() { 405 if ( bp_is_active( 'messages' ) ) { 406 bp_core_install_private_messaging(); 407 } 408 } 409 410 /** 393 411 * Redirect user to BP's What's New page on first page load after activation. 394 412 *
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)