PluginProbe
CSS & JavaScript Toolbox / 11
CSS & JavaScript Toolbox v11
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | access.points/installer.accesspoint.php +2 -2 1211 View file →
@@ -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));