We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
marianne_wordpress_theme
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix PHP error
te2dy
4 years ago
parent
a662d22d9d
commit
4c3b935e0e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
single.php
+ 1
- 1
single.php
View File
@@ -30,5 +30,5 @@ get_header();
</div>
<?php
-get_sidebar()
+get_sidebar()
;
get_footer();