Skip to content

Commit

Permalink
added spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 24, 2014
1 parent 5671b1d commit b6b8937
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
/**
* Get the bootstrap! If using the plugin from wordpress.org, REMOVE THIS!
*/
if ( file_exists( __DIR__ .'/cmb2/init.php' ) ) {
require_once __DIR__ .'/cmb2/init.php';
} elseif ( file_exists( __DIR__ .'/CMB2/init.php' ) ) {
require_once __DIR__ .'/CMB2/init.php';
if ( file_exists( __DIR__ . '/cmb2/init.php' ) ) {
require_once __DIR__ . '/cmb2/init.php';
} elseif ( file_exists( __DIR__ . '/CMB2/init.php' ) ) {
require_once __DIR__ . '/CMB2/init.php';
}

/**
Expand Down

0 comments on commit b6b8937

Please sign in to comment.