Skip to content

Commit

Permalink
Add trunk class name, and drop priority
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Mar 17, 2015
1 parent 8ffbea4 commit 05d510d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
or things might explode!
*************************************************************************/

if ( ! class_exists( 'cmb2_bootstrap_205', false ) ) {
if ( ! class_exists( 'cmb2_bootstrap_205_trunk', false ) ) {

/**
* Check for newest version of CMB
*/
class cmb2_bootstrap_205 {
class cmb2_bootstrap_205_trunk {

/**
* Current version number
Expand All @@ -63,7 +63,7 @@ class cmb2_bootstrap_205 {
* @var int
* @since 2.0.0
*/
const PRIORITY = 9994;
const PRIORITY = 9993;

public static $single = null;

Expand Down Expand Up @@ -128,6 +128,6 @@ public function l10ni18n() {
}

}
cmb2_bootstrap_205::go();
cmb2_bootstrap_205_trunk::go();

} // class exists check

0 comments on commit 05d510d

Please sign in to comment.