| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -// Hook to include additional element before blocks inclusion | |
| 3 | +// Hook to include additional element before blocks inclusion. | |
| 4 | 4 | do_action( 'qi_blocks_action_before_include_blocks' ); |
| 5 | 5 | |
| 6 | -// Include main block | |
| 6 | +// Include main block. | |
| 7 | 7 | require_once QI_BLOCKS_BLOCKS_PATH . '/helper.php'; |
| 8 | 8 | require_once QI_BLOCKS_BLOCKS_PATH . '/class-qi-blocks-blocks-list.php'; |
| 9 | 9 | require_once QI_BLOCKS_BLOCKS_PATH . '/class-qi-blocks-blocks.php'; |
| 10 | 10 | |
| @@ -15,6 +15,6 @@ | ||
| 15 | 15 | foreach ( glob( QI_BLOCKS_BLOCKS_PATH . '/*/helper.php' ) as $block_helper ) { |
| 16 | 16 | require_once $block_helper; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | -// Hook to include additional element after blocks inclusion | |
| 19 | +// Hook to include additional element after blocks inclusion. | |
| 20 | 20 | do_action( 'qi_blocks_action_after_include_blocks' ); |