Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit adb9e0b

Browse files
1 parent 336ebe1 commit adb9e0b

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

composer.lock

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

vendor/composer/installed.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -321,17 +321,17 @@
321321
},
322322
{
323323
"name": "wp-content-framework/core",
324-
"version": "v0.0.56",
325-
"version_normalized": "0.0.56.0",
324+
"version": "v0.0.57",
325+
"version_normalized": "0.0.57.0",
326326
"source": {
327327
"type": "git",
328328
"url": "https://github.com/wp-content-framework/core.git",
329-
"reference": "8b53896e8dec2aaded3ebff6674901423e729ae1"
329+
"reference": "043be9aeed599c19c2a5b3668b1c89fb25ceccb6"
330330
},
331331
"dist": {
332332
"type": "zip",
333-
"url": "https://api.github.com/repos/wp-content-framework/core/zipball/8b53896e8dec2aaded3ebff6674901423e729ae1",
334-
"reference": "8b53896e8dec2aaded3ebff6674901423e729ae1",
333+
"url": "https://api.github.com/repos/wp-content-framework/core/zipball/043be9aeed599c19c2a5b3668b1c89fb25ceccb6",
334+
"reference": "043be9aeed599c19c2a5b3668b1c89fb25ceccb6",
335335
"shasum": ""
336336
},
337337
"require": {
@@ -343,7 +343,7 @@
343343
"phake/phake": "~2.0",
344344
"phpunit/phpunit": "~5.7"
345345
},
346-
"time": "2019-06-01T19:05:54+00:00",
346+
"time": "2019-06-01T20:15:48+00:00",
347347
"type": "library",
348348
"installation-source": "dist",
349349
"autoload": {

vendor/wp-content-framework/core/src/classes/main.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* WP_Framework_Core Classes Main
44
*
5-
* @version 0.0.56
5+
* @version 0.0.57
66
* @author Technote
77
* @copyright Technote All Rights Reserved
88
* @license http://www.opensource.org/licenses/gpl-2.0.php GNU General Public License, version 2
@@ -322,9 +322,7 @@ public function main_init() {
322322
$this->_initialized = true;
323323

324324
$this->filter->do_action( 'app_initialize', $this );
325-
if ( $this->app->is_uninstall() ) {
326-
$this->system;
327-
}
325+
$this->system;
328326
}
329327

330328
/**

0 commit comments

Comments
 (0)