Skip to content

Commit

Permalink
Rename init class to 203_trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Feb 15, 2015
1 parent fe8b70e commit 389751a
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_202', false ) ) {
if ( ! class_exists( 'cmb2_bootstrap_203_trunk', false ) ) {

/**
* Check for newest version of CMB
*/
class cmb2_bootstrap_202 {
class cmb2_bootstrap_203_trunk {

/**
* Current version number
Expand All @@ -63,7 +63,7 @@ class cmb2_bootstrap_202 {
* @var int
* @since 2.0.0
*/
const PRIORITY = 9997;
const PRIORITY = 9996;

public static $single = null;

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

}
cmb2_bootstrap_202::go();
cmb2_bootstrap_203_trunk::go();

} // class exists check

0 comments on commit 389751a

Please sign in to comment.