diff options
author | Jesús <heckyel@hyperbola.info> | 2018-02-23 11:45:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-02-23 11:45:29 -0500 |
commit | d9968661ed9ca74a1687ff213620223fa72de181 (patch) | |
tree | 6b6dd00986ec5b77adb7a79768bb3b272633679f /comments.php | |
parent | 95fb44c6e45b58f3c6a0321e7228bcfab3bad1de (diff) | |
download | lidra-theme-d9968661ed9ca74a1687ff213620223fa72de181.tar.lz lidra-theme-d9968661ed9ca74a1687ff213620223fa72de181.tar.xz lidra-theme-d9968661ed9ca74a1687ff213620223fa72de181.zip |
clean spaces in sintaxis
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comments.php b/comments.php index c1d7183..fdf571a 100644 --- a/comments.php +++ b/comments.php @@ -7,10 +7,6 @@ printf( wp_list_comments(); printf('</ul>'); - // printf('<div>'); - // comment_form(); - // printf('</div>'); - $comments_args = array( // change the title of send button // 'label_submit'=>'Send', @@ -22,6 +18,7 @@ printf( 'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label><textarea id="comment" name="comment"></textarea></p>', ); comment_form($comments_args); + printf('</div> </section>' ); |