This repository was archived by the owner on Aug 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-15
lines changed
wp-content-framework/core/src/classes Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 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" : {
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" : {
Original file line number Diff line number Diff line change 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 /**
You can’t perform that action at this time.
0 commit comments