| @@ -61,9 +61,9 @@ | ||
| 61 | 61 | Please make sure you have added your license key and update CJT PLUS with the latest version. If your license has expired, please click to: <a target="_blank" href="https://css-javascript-toolbox.com/pricing">purchase a new subscription</a>. |
| 62 | 62 | <br> |
| 63 | 63 | If you wish to continue using your current version, it may be best to roll back to: <a target="_blank" href="https://downloads.wordpress.org/plugin/css-javascript-toolbox.8.4.2.zip">CJT Free - version 8.4.2</a>' ); |
| 64 | 64 | |
| 65 | - printf( '<div class="%1$s"><p>%2$s</p></div>', esc_html( $class ), $message ); | |
| 65 | + printf( '<div class="%1$s"><p>%2$s</p></div>', esc_attr( $class ), $message ); | |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | /** |
| 69 | 69 | * put your comment there... |
| @@ -108,5 +108,5 @@ | ||
| 108 | 108 | |
| 109 | 109 | } // End class. |
| 110 | 110 | |
| 111 | 111 | // Hookable! |
| 112 | -CJTInstallerAccessPoint::define('CJTInstallerAccessPoint', array('hookType' => CJTWordpressEvents::HOOK_FILTER)); | |
| 112 | +CJTInstallerAccessPoint::define('CJTInstallerAccessPoint', array('hookType' => CJTWordpressEvents::HOOK_FILTER)); | |