bug: comments are closed
-
With version 2.02 still comments are closed for WP 4.01.
The mistake is to set comments_status to “true” where it needs to be set to “open”.
Here are the code parts that need to be changed:
./app/templates/settings-table.php: <label><input type=”radio” id=”allow_comments” name=”allow_comments” value=”open” <?php echo($this->options[‘settings’][‘allow_comments’] == open ? ‘checked=”checked”‘ : ”); ?> /> <?php _e(‘Yes’, ‘rss_pi’); ?></label>
./app/class-rss-post-importer.php: ‘allow_comments’ => open,Cheers, André
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘bug: comments are closed’ is closed to new replies.