Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit 87e79e6

Browse files
authoredNov 8, 2017
Fix body classes
1 parent 10e2d8b commit 87e79e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818

1919
<?php
20-
echo '<body itemscope itemtype="http://schema.org/WebPage" ' . get_body_class() . ' dir="';
20+
echo '<body itemscope itemtype="http://schema.org/WebPage" ' . 'class="' . join( ' ', get_body_class() ) . '"' . ' dir="';
2121
if ( is_rtl() ) {
2222
echo 'rtl';
2323
} else {

0 commit comments

Comments
 (0)
This repository has been archived.