mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogrow.git
synced 2025-08-26 16:08:54 +08:00
Add missing esc_attr
This commit is contained in:
parent
5c1302d978
commit
d2238691b5
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ if ( ! function_exists( 'blogrow_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