Changeset 1958584
- Timestamp:
- 10/18/2018 12:40:46 PM (7 years ago)
- Location:
- cloud-blocks
- Files:
-
- 2 edited
-
tags/1.0.0/core/CloudBlocks.php (modified) (1 diff)
-
trunk/core/CloudBlocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cloud-blocks/tags/1.0.0/core/CloudBlocks.php
r1958581 r1958584 19 19 20 20 public function __construct() { 21 include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 21 22 if ( \is_plugin_active( 'gutenberg/gutenberg.php' ) ) { 22 23 $this->init(); -
cloud-blocks/trunk/core/CloudBlocks.php
r1958579 r1958584 19 19 20 20 public function __construct() { 21 include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); 21 22 if ( \is_plugin_active( 'gutenberg/gutenberg.php' ) ) { 22 23 $this->init();
Note: See TracChangeset
for help on using the changeset viewer.