Skip to content

Commit

Permalink
Merge pull request #94 from WP-for-Church/dev
Browse files Browse the repository at this point in the history
Release 2.6
  • Loading branch information
Nikola Miljković authored Sep 20, 2017
2 parents 22f4098 + 53a1904 commit 26b6f08
Show file tree
Hide file tree
Showing 101 changed files with 9,852 additions and 8,302 deletions.
3 changes: 3 additions & 0 deletions includes/CMB2/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

/**
* Function to encapsulate the CMB2 bootstrap process.
*
* @since 2.2.0
* @return void
*/
Expand All @@ -36,6 +37,7 @@ function cmb2_bootstrap() {
/**
* For back-compat. Does the dirty-work of instantiating all the
* CMB2 instances for the cmb2_meta_boxes filter
*
* @since 2.0.2
*/
$cmb_config_arrays = apply_filters( 'cmb2_meta_boxes', array() );
Expand All @@ -51,6 +53,7 @@ function cmb2_bootstrap() {
/**
* Get all created metaboxes, and instantiate CMB2_hookup
* on metaboxes which require it.
*
* @since 2.0.2
*/
foreach ( CMB2_Boxes::get_all() as $cmb ) {
Expand Down
28 changes: 14 additions & 14 deletions includes/CMB2/css/cmb2-display-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions includes/CMB2/css/cmb2-display.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions includes/CMB2/css/cmb2-display.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26b6f08

Please sign in to comment.