projects
/
WP-Themes
/
hospitalitymentality.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50edb7
)
fixing bug, syntax error in strtolower
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 28 Jun 2018 13:12:09 +0000
(09:12 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 28 Jun 2018 13:12:09 +0000
(09:12 -0400)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
9ccd146
..
268fb21
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-26,7
+26,7
@@
</script>
<?php
global $post;
- $page = str
o
tolower($post->post_title);
+ $page = strtolower($post->post_title);
?>
<body <?php body_class(); ?> data-page="<?php echo $page; ?>">
<div id="modal-login">