Tagged Questions
2
votes
1answer
105 views
wp_insert_comment error. puzzled by date value
I am trying to programmatically insert comments in a bulk operation as part of migration routine.
Comments are in a SQL server table.
I receive the date info from the SQL server table field and ...
1
vote
1answer
296 views
Error While Sending Comment
I'm trying to apply this tutorial to my blog. I'm using Woothemes' Bueno Theme .
I'm adding this code to my theme's functions.php file :
function ymc_add_meta_settings($comment_id) {
...