Skip to content

Commit 26b6f08

Browse files
author
Nikola Miljković
authored
Merge pull request #94 from WP-for-Church/dev
Release 2.6
2 parents 22f4098 + 53a1904 commit 26b6f08

101 files changed

Lines changed: 9852 additions & 8302 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

includes/CMB2/bootstrap.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/**
1414
* Function to encapsulate the CMB2 bootstrap process.
15+
*
1516
* @since 2.2.0
1617
* @return void
1718
*/
@@ -36,6 +37,7 @@ function cmb2_bootstrap() {
3637
/**
3738
* For back-compat. Does the dirty-work of instantiating all the
3839
* CMB2 instances for the cmb2_meta_boxes filter
40+
*
3941
* @since 2.0.2
4042
*/
4143
$cmb_config_arrays = apply_filters( 'cmb2_meta_boxes', array() );
@@ -51,6 +53,7 @@ function cmb2_bootstrap() {
5153
/**
5254
* Get all created metaboxes, and instantiate CMB2_hookup
5355
* on metaboxes which require it.
56+
*
5457
* @since 2.0.2
5558
*/
5659
foreach ( CMB2_Boxes::get_all() as $cmb ) {

includes/CMB2/css/cmb2-display-rtl.css

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/CMB2/css/cmb2-display.css

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/CMB2/css/cmb2-display.css.map

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)