@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display the signature field type |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @subpackage GravityView/templates/fields |
|
7 | - */ |
|
3 | + * Display the signature field type |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @subpackage GravityView/templates/fields |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | $gravityview_view = GravityView_View::getInstance(); |
10 | 10 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Display Gravity Forms Quiz value letter grade |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @subpackage GravityView/templates/fields |
|
7 | - */ |
|
3 | + * Display Gravity Forms Quiz value letter grade |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @subpackage GravityView/templates/fields |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | $gravityview_view = GravityView_View::getInstance(); |
10 | 10 |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * GravityView preset template |
|
4 | - * |
|
5 | - * @file class-gravityview-preset-business-data.php |
|
6 | - * @package GravityView |
|
7 | - * @license GPL2+ |
|
8 | - * @author Katz Web Services, Inc. |
|
9 | - * @link http://gravityview.co |
|
10 | - * @copyright Copyright 2015, Katz Web Services, Inc. |
|
11 | - * |
|
12 | - * @since 1.15 |
|
13 | - */ |
|
3 | + * GravityView preset template |
|
4 | + * |
|
5 | + * @file class-gravityview-preset-business-data.php |
|
6 | + * @package GravityView |
|
7 | + * @license GPL2+ |
|
8 | + * @author Katz Web Services, Inc. |
|
9 | + * @link http://gravityview.co |
|
10 | + * @copyright Copyright 2015, Katz Web Services, Inc. |
|
11 | + * |
|
12 | + * @since 1.15 |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | class GravityView_Preset_Business_Data extends GravityView_Default_Template_Table { |
16 | 16 |
@@ -1,15 +1,15 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Renders all the metaboxes on Add New / Edit View post type. |
|
4 | - * |
|
5 | - * @package GravityView |
|
6 | - * @license GPL2+ |
|
7 | - * @author Katz Web Services, Inc. |
|
8 | - * @link http://gravityview.co |
|
9 | - * @copyright Copyright 2014, Katz Web Services, Inc. |
|
10 | - * |
|
11 | - * @since 1.0.0 |
|
12 | - */ |
|
3 | + * Renders all the metaboxes on Add New / Edit View post type. |
|
4 | + * |
|
5 | + * @package GravityView |
|
6 | + * @license GPL2+ |
|
7 | + * @author Katz Web Services, Inc. |
|
8 | + * @link http://gravityview.co |
|
9 | + * @copyright Copyright 2014, Katz Web Services, Inc. |
|
10 | + * |
|
11 | + * @since 1.0.0 |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | /** If this file is called directly, abort. */ |
15 | 15 | if ( ! defined( 'ABSPATH' ) ) { |
@@ -1037,15 +1037,15 @@ discard block |
||
1037 | 1037 | GFForms::register_scripts(); |
1038 | 1038 | |
1039 | 1039 | $scripts = array( |
1040 | - 'sack', |
|
1041 | - 'gform_gravityforms', |
|
1042 | - 'gform_forms', |
|
1043 | - 'gform_form_admin', |
|
1044 | - 'jquery-ui-autocomplete' |
|
1040 | + 'sack', |
|
1041 | + 'gform_gravityforms', |
|
1042 | + 'gform_forms', |
|
1043 | + 'gform_form_admin', |
|
1044 | + 'jquery-ui-autocomplete' |
|
1045 | 1045 | ); |
1046 | 1046 | |
1047 | 1047 | if ( wp_is_mobile() ) { |
1048 | - $scripts[] = 'jquery-touch-punch'; |
|
1048 | + $scripts[] = 'jquery-touch-punch'; |
|
1049 | 1049 | } |
1050 | 1050 | |
1051 | 1051 | foreach ($scripts as $script) { |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Add GeneratePress Theme compatibility to GravityView |
|
4 | - * |
|
5 | - * @file class-gravityview-theme-hooks-generatepress.php |
|
6 | - * @package GravityView |
|
7 | - * @license GPL2+ |
|
8 | - * @author Katz Web Services, Inc. |
|
9 | - * @link http://gravityview.co |
|
10 | - * @copyright Copyright 2015, Katz Web Services, Inc. |
|
11 | - * |
|
12 | - * @since 1.15.2 |
|
13 | - */ |
|
3 | + * Add GeneratePress Theme compatibility to GravityView |
|
4 | + * |
|
5 | + * @file class-gravityview-theme-hooks-generatepress.php |
|
6 | + * @package GravityView |
|
7 | + * @license GPL2+ |
|
8 | + * @author Katz Web Services, Inc. |
|
9 | + * @link http://gravityview.co |
|
10 | + * @copyright Copyright 2015, Katz Web Services, Inc. |
|
11 | + * |
|
12 | + * @since 1.15.2 |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * @inheritDoc |