mirror of
https://ghproxy.net/https://github.com/AlxMedia/typecore.git
synced 2025-08-26 15:37:50 +08:00
Add missing esc_attr
This commit is contained in:
parent
b66cc74b0e
commit
d964f15259
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ if ( ! function_exists( 'typecore_layout_class' ) ) {
|
|||
else $layout = get_theme_mod('layout-global',''.$default.'');
|
||||
|
||||
// Return layout class
|
||||
return $layout;
|
||||
return esc_attr( $layout );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue