mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 18:36:39 +02:00
refactor(core): fix code standard for Flextype bootstrap #347
This commit is contained in:
@@ -169,7 +169,7 @@ date_default_timezone_set($flextype['registry']->get('flextype.timezone'));
|
||||
*/
|
||||
$shortcodes_extensions = $flextype['registry']->get('flextype.shortcodes.extensions');
|
||||
|
||||
foreach($shortcodes_extensions as $shortcodes_extension) {
|
||||
foreach ($shortcodes_extensions as $shortcodes_extension) {
|
||||
$shortcodes_extension_file_path = ROOT_DIR . '/flextype/shortcodes/' . $shortcodes_extension . 'ShortcodeExtension.php';
|
||||
if (file_exists($shortcodes_extension_file_path)) {
|
||||
include_once $shortcodes_extension_file_path;
|
||||
|
Reference in New Issue
Block a user