mirror of
https://ghproxy.net/https://github.com/AlxMedia/boxstyle.git
synced 2025-08-26 16:44:24 +08:00
Spacing fix
This commit is contained in:
parent
d4ee29bbae
commit
ab2d46f862
1 changed files with 2 additions and 0 deletions
|
@ -542,6 +542,7 @@ if ( ! function_exists( 'boxstyle_get_featured_post_ids' ) ) {
|
|||
/* Body class
|
||||
/* ------------------------------------ */
|
||||
if ( ! function_exists( 'boxstyle_body_class' ) ) {
|
||||
|
||||
function boxstyle_body_class( $classes ) {
|
||||
$classes[] = boxstyle_layout_class();
|
||||
|
||||
|
@ -563,6 +564,7 @@ if ( ! function_exists( 'boxstyle_body_class' ) ) {
|
|||
if (! ( is_user_logged_in() ) ) { $classes[] = 'logged-out'; }
|
||||
return $classes;
|
||||
}
|
||||
|
||||
}
|
||||
add_filter( 'body_class', 'boxstyle_body_class' );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue