| @@ -87,9 +87,9 @@ | ||
| 87 | 87 | url: ajaxurl, |
| 88 | 88 | type: 'POST', |
| 89 | 89 | data: { |
| 90 | 90 | action: 'betterdocs_dismiss_black_friday_pointer', |
| 91 | - nonce: '<?php echo wp_create_nonce( 'betterdocs_dismiss_pointer' ); ?>', | |
| 91 | + nonce: '<?php echo esc_js( wp_create_nonce( 'betterdocs_dismiss_pointer' ) ); ?>', | |
| 92 | 92 | introduction_key: '<?php echo esc_attr( self::DISMISS_ACTION_KEY ); ?>' |
| 93 | 93 | } |
| 94 | 94 | }); |
| 95 | 95 | } |