mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogside.git
synced 2025-08-26 15:24:48 +08:00
Add missing esc_attr
This commit is contained in:
parent
f285685cdb
commit
9eb819e464
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ if ( ! function_exists( 'blogline_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