Skip to content

Commit 22f4098

Browse files
author
Nikola Miljković
authored
Merge pull request #88 from WP-for-Church/dev
Release 2.5.2
2 parents 797da79 + dec1081 commit 22f4098

73 files changed

Lines changed: 313 additions & 198 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined( 'ABSPATH' ) or die; // exit if accessed directly
23
/**
34
* Bootstraps the CMB2 process
45
*

includes/CMB2/includes/CMB2.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined( 'ABSPATH' ) or die; // exit if accessed directly
23
/**
34
* CMB2 - The core metabox object
45
*

includes/CMB2/includes/CMB2_Ajax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
2+
defined( 'ABSPATH' ) or die; // exit if accessed directly
33
/**
44
* CMB2 ajax methods
55
* (i.e. a lot of work to get oEmbeds to work with non-post objects)

includes/CMB2/includes/CMB2_Base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined( 'ABSPATH' ) or die; // exit if accessed directly
23
/**
34
* CMB2 Base - Base object functionality.
45
*

includes/CMB2/includes/CMB2_Boxes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
2+
defined( 'ABSPATH' ) or die; // exit if accessed directly
33
/**
44
* A CMB2 object instance registry for storing every CMB2 instance.
55
*

includes/CMB2/includes/CMB2_Field.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined( 'ABSPATH' ) or die; // exit if accessed directly
23
/**
34
* CMB2 field objects
45
*

includes/CMB2/includes/CMB2_Field_Display.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined( 'ABSPATH' ) or die; // exit if accessed directly
23
/**
34
* CMB2 field display base.
45
*

includes/CMB2/includes/CMB2_Hookup_Base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined( 'ABSPATH' ) or die; // exit if accessed directly
23
/**
34
* Base class for hooking CMB2 into WordPress.
45
*

includes/CMB2/includes/CMB2_JS.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
defined( 'ABSPATH' ) or die; // exit if accessed directly
23
/**
34
* Handles the dependencies and enqueueing of the CMB2 JS scripts
45
*

includes/CMB2/includes/CMB2_Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license GPL-2.0+
99
* @link http://webdevstudios.com
1010
*/
11-
11+
defined( 'ABSPATH' ) or die; // exit if accessed directly
1212
/**
1313
* Retrieves an instance of CMB2_Option based on the option key
1414
*

0 commit comments

Comments
 (0)