@@ -9,7 +9,7 @@ |
||
9 | 9 | |
10 | 10 | var $name = 'radio'; |
11 | 11 | |
12 | - var $search_operators = array( 'is', 'in', 'not in', 'isnot', 'contains'); |
|
12 | + var $search_operators = array( 'is', 'in', 'not in', 'isnot', 'contains' ); |
|
13 | 13 | |
14 | 14 | var $_gf_field_class_name = 'GF_Field_Radio'; |
15 | 15 |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Add Genesis Framework compatibility to GravityView, including registering scripts and styles to GravityView no-conflict list |
|
4 | - * |
|
5 | - * @file class-gravityview-theme-hooks-genesis.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 Genesis Framework compatibility to GravityView, including registering scripts and styles to GravityView no-conflict list |
|
4 | + * |
|
5 | + * @file class-gravityview-theme-hooks-genesis.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 |