| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | <?php settings_fields('userlike'); ?> |
| 12 | 12 | <p> |
| 13 | 13 | <label for="userlike_secret"><?php echo __('Your Userlike Secret', 'userlike') ?></label><br /> |
| 14 | 14 | |
| 15 | - <input type="text" name="userlike_secret" value="<?php echo get_option('userlike_secret'); ?>" style="width:100%" /> | |
| 15 | + <input type="text" name="userlike_secret" value="<?php echo esc_attr(get_option('userlike_secret')); ?>" style="width:100%" /> | |
| 16 | 16 | </p> |
| 17 | 17 | <p class="submit"> |
| 18 | 18 | <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /> |
| 19 | 19 | <input type="button" class="button-secondary" value="Help!" onClick="userlikeStartChat(); return false;" /> |
| @@ -21,9 +21,9 @@ | ||
| 21 | 21 | </form> |
| 22 | 22 | |
| 23 | 23 | <p style="color:#999239;background-color:#ffffe0;font-size:smaller;padding:0.4em 0.6em !important;border:1px solid #e6db55;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px"><?php printf(__('Don’t have an Userlike account? No problem! %1$sRegister for an Userlike account%2$sRegister for an Userlike account!%3$s', 'userlike'), '<a href="https://www.userlike.com/register" title="', '">', '</a>') ?></p> |
| 24 | 24 | </div> |
| 25 | - </div> | |
| 25 | + </div> | |
| 26 | 26 | </div> |
| 27 | 27 | </div> |
| 28 | 28 | |
| 29 | -<script src="https://userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/e118d28e7fa94a93584ba07132ca899a564554b1d11087dca1140c47e4860b87.js"></script> | |
| 29 | + <script async type="text/javascript" src="https://userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/2332e6c6cf805b633de06554f1e75fde75cbdbba669e2cdac6b7ce44e6fbedec.js"></script> | |