Skip to:
Content

BuddyPress.org

Changeset 6343 for trunk/bp-loader.php


Ignore:
Timestamp:
09/19/2012 06:52:23 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Wizard:

  • Remove theme selection; theme compat negates this.
  • Fix $bp_pages issues with wizard when using existing pages.
  • Bail early if not correct $_POST conditions rather than huge wrapping if () statements.
  • Remove find.png theme image.
  • Use buddypress() function in place of global $bp in changed files.
  • Bump DB version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r6334 r6343  
    273273
    274274        $this->version    = '1.7-bleeding-6326';
    275         $this->db_version = 6066;
     275        $this->db_version = 6067;
    276276
    277277        /** Loading ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.