- added escape functions, security fix for XSS;

This commit is contained in:
nikitasinelnikov
2019-08-08 00:36:33 +03:00
parent b2e57e8f92
commit 5f66fd5fe3
95 changed files with 2228 additions and 2026 deletions
-14
View File
@@ -1224,20 +1224,6 @@ if ( ! class_exists( 'UM' ) ) {
}
/**
* @since 2.0
*
* @return um\core\Chart
*/
function chart() {
if ( empty( $this->classes['chart'] ) ) {
$this->classes['chart'] = new um\core\Chart();
}
return $this->classes['chart'];
}
/**
* @since 2.0
*