ENHANCEMENT: Add comment form position with default value of 'before' (to mimic current behaviour)

This commit is contained in:
Gordon Anderson 2013-03-07 12:03:08 +07:00
parent cf8368daf0
commit 13a6bbd560

View File

@ -23,6 +23,7 @@ class Commenting {
* @var array default configuration values
*/
private static $default_config = array(
'comment_form_position' => 'before', // position of the comment form with respect to the comments. Set to 'before' or 'after'
'require_login' => false, // boolean, whether a user needs to login
'required_permission' => false, // required permission to comment (or array of permissions)
'use_ajax_commenting' => true, // use ajax to post comments.