bug in with home_url()
-
Hi, in
comment-attachment-init.php
#674
echo ‘</form><form action=”‘. get_home_url() .’/wp-comments-post.php” method=”POST” enctype=”multipart/form-data” id=”attachmentForm” class=”comment-form” novalidate>’;should be
echo ‘</form><form action=”‘. get_site_url() .’/wp-comments-post.php” method=”POST” enctype=”multipart/form-data” id=”attachmentForm” class=”comment-form” novalidate>’;We can have WordPress core file in different area ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bug in with home_url()’ is closed to new replies.