roots_body_class() is no longer necessary for body_class()
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body <?php body_class(roots_body_class()); ?>>
|
||||
<body <?php body_class(); ?>>
|
||||
|
||||
<!--[if lt IE 7]><p class="chromeframe">Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user