mirror of
https://github.com/kennethreitz-archive/wp-krtheme.git
synced 2026-06-05 23:40:16 +00:00
Fixed comments issue.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ if (comments_open()): ?>
|
||||
</dl>
|
||||
<?php endif; ?>
|
||||
|
||||
<form action="<?php echo (defined('WP_SITEURL'))? WP_SITEURL: get_bloginfo('url'); ?>/wp-comments-post.php" method="post" id="commentform">
|
||||
<form action="<?php echo (defined('WP_SITEURL'))? WP_SITEURL: get_bloginfo('url'); ?>/blog/wp-comments-post.php" method="post" id="commentform">
|
||||
<fieldset>
|
||||
<ol>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user