| @@ -7,8 +7,12 @@ | ||
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | use Automattic\Jetpack\Redirect; |
| 10 | 10 | |
| 11 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 12 | + exit( 0 ); | |
| 13 | +} | |
| 14 | + | |
| 11 | 15 | // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable -- HTML template, let Phan handle it. |
| 12 | 16 | |
| 13 | 17 | ?> |
| 14 | 18 | <p> |
| @@ -147,9 +151,9 @@ | ||
| 147 | 151 | <hr /> |
| 148 | 152 | |
| 149 | 153 | <p> |
| 150 | 154 | <strong> |
| 151 | - <?php esc_html_x( 'Capture consent & hide the banner', 'action', 'jetpack' ); ?> | |
| 155 | + <?php echo esc_html_x( 'Capture consent & hide the banner', 'action', 'jetpack' ); ?> | |
| 152 | 156 | </strong> |
| 153 | 157 | <ul> |
| 154 | 158 | <li> |
| 155 | 159 | <label> |
| @@ -209,9 +213,9 @@ | ||
| 209 | 213 | <hr /> |
| 210 | 214 | |
| 211 | 215 | <p> |
| 212 | 216 | <strong> |
| 213 | - <?php esc_html_x( 'Consent expires after', 'action', 'jetpack' ); ?> | |
| 217 | + <?php echo esc_html_x( 'Consent expires after', 'action', 'jetpack' ); ?> | |
| 214 | 218 | </strong> |
| 215 | 219 | <ul> |
| 216 | 220 | <li> |
| 217 | 221 | <input |