| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @package FireBox |
| 4 | - * @version 1.1.1 Free | |
| 4 | + * @version 2.0.12 Free | |
| 5 | 5 | * |
| 6 | 6 | * @author FirePlugins <info@fireplugins.com> |
| 7 | 7 | * @link https://www.fireplugins.com |
| 8 | - * @copyright Copyright © 2022 FirePlugins All Rights Reserved | |
| 8 | + * @copyright Copyright © 2023 FirePlugins All Rights Reserved | |
| 9 | 9 | * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | namespace FireBox\Core\Blocks\Generic; |
| @@ -66,12 +66,9 @@ | ||
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | public function render_callback($atts, $content) |
| 69 | 69 | { |
| 70 | - if (has_block('firebox/row')) | |
| 71 | - { | |
| 72 | - wp_enqueue_style('fb-block-row'); | |
| 73 | - } | |
| 70 | + wp_enqueue_style('fb-block-row'); | |
| 74 | 71 | |
| 75 | 72 | return $content; |
| 76 | 73 | } |
| 77 | 74 | |