| @@ -1,26 +1,26 @@ | ||
| 1 | 1 | <?php |
| 2 | - // If this file is called directly, abort. | |
| 3 | - if ( ! defined( 'WPINC' ) ) { | |
| 4 | - die; | |
| 5 | - } | |
| 2 | + // If this file is called directly, abort. | |
| 3 | +if ( ! defined( 'WPINC' ) ) { | |
| 4 | + die; | |
| 5 | +} | |
| 6 | 6 | ?> |
| 7 | 7 | |
| 8 | 8 | <div |
| 9 | - <?php echo $control->input_attrs(); ?>> | |
| 9 | + <?php echo $control->input_attrs(); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>> | |
| 10 | 10 | <span class="customize-control-title betterdocs-customize-control-title"> |
| 11 | - <?php echo esc_html( $control->label ); ?> | |
| 12 | - </span> | |
| 11 | + <?php echo esc_html( $control->label ); ?> | |
| 12 | + </span> | |
| 13 | 13 | <a |
| 14 | - href="#" | |
| 15 | - title="<?php echo __( 'Reset', 'betterdocs' ) ?>" | |
| 16 | - class="betterdocs-customizer-reset"> | |
| 17 | - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="20px"> | |
| 18 | - <path d="M 25 2 C 12.321124 2 2 12.321124 2 25 C 2 37.678876 12.321124 48 25 48 C 37.678876 48 48 37.678876 48 25 A 2.0002 2.0002 0 1 0 44 25 C 44 35.517124 35.517124 44 25 44 C 14.482876 44 6 35.517124 6 25 C 6 14.482876 14.482876 6 25 6 C 30.475799 6 35.391893 8.3080175 38.855469 12 L 35 12 A 2.0002 2.0002 0 1 0 35 16 L 46 16 L 46 5 A 2.0002 2.0002 0 0 0 43.970703 2.9726562 A 2.0002 2.0002 0 0 0 42 5 L 42 9.5253906 C 37.79052 4.9067015 31.727675 2 25 2 z"></path> | |
| 19 | - </svg> | |
| 20 | - </a> | |
| 21 | - <?php if ( ! empty( $control->description ) ): ?> | |
| 22 | - <span class="description customize-control-description"> | |
| 23 | - <?php echo $control->description; ?> | |
| 24 | - </span> | |
| 25 | - <?php endif;?> | |
| 26 | -</div> | |
| 14 | + href="#" | |
| 15 | + title="<?php echo esc_html__( 'Reset', 'betterdocs' ); ?>" | |
| 16 | + class="betterdocs-customizer-reset"> | |
| 17 | + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="20px"> | |
| 18 | + <path d="M 25 2 C 12.321124 2 2 12.321124 2 25 C 2 37.678876 12.321124 48 25 48 C 37.678876 48 48 37.678876 48 25 A 2.0002 2.0002 0 1 0 44 25 C 44 35.517124 35.517124 44 25 44 C 14.482876 44 6 35.517124 6 25 C 6 14.482876 14.482876 6 25 6 C 30.475799 6 35.391893 8.3080175 38.855469 12 L 35 12 A 2.0002 2.0002 0 1 0 35 16 L 46 16 L 46 5 A 2.0002 2.0002 0 0 0 43.970703 2.9726562 A 2.0002 2.0002 0 0 0 42 5 L 42 9.5253906 C 37.79052 4.9067015 31.727675 2 25 2 z"></path> | |
| 19 | + </svg> | |
| 20 | + </a> | |
| 21 | + <?php if ( ! empty( $control->description ) ) : ?> | |
| 22 | + <span class="description customize-control-description"> | |
| 23 | + <?php echo esc_html( $control->description ); ?> | |
| 24 | + </span> | |
| 25 | + <?php endif; ?> | |
| 26 | +</div> | |