| @@ -172,9 +172,10 @@ | ||
| 172 | 172 | wp_enqueue_style( 'formidable-grids' ); |
| 173 | 173 | |
| 174 | 174 | $js_dependencies = array( |
| 175 | 175 | 'wp-i18n', |
| 176 | - 'wp-hooks', // This prevents a console error "wp.hooks is undefined" in WP versions older than 5.7. | |
| 176 | + // This prevents a console error "wp.hooks is undefined" in WP versions older than 5.7. | |
| 177 | + 'wp-hooks', | |
| 177 | 178 | 'formidable_dom', |
| 178 | 179 | ); |
| 179 | 180 | wp_register_script( 'formidable_applications', $plugin_url . '/js/admin/applications.js', $js_dependencies, $version, true ); |
| 180 | 181 | wp_register_style( 'formidable_applications', $plugin_url . '/css/admin/applications.css', array(), $version ); |