Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes needless assignment of
$page_slug = $post->post_name
Removing this assignment, since `$page_slug` is unused elsewhere in the theme, and there is no need to obfuscate what we are passing to `body_class`.
- Loading branch information