Changeset 1958581
- Timestamp:
- 10/18/2018 12:32:58 PM (7 years ago)
- File:
-
- 1 edited
-
cloud-blocks/tags/1.0.0/core/CloudBlocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cloud-blocks/tags/1.0.0/core/CloudBlocks.php
r1958571 r1958581 19 19 20 20 public function __construct() { 21 if ( is_plugin_active( 'gutenberg/gutenberg.php' ) ) {21 if ( \is_plugin_active( 'gutenberg/gutenberg.php' ) ) { 22 22 $this->init(); 23 23 } else {
Note: See TracChangeset
for help on using the changeset viewer.