diff --git a/includes/html-formatter.php b/includes/html-formatter.php index 3e27c17f..7890c6c8 100644 --- a/includes/html-formatter.php +++ b/includes/html-formatter.php @@ -95,8 +95,8 @@ class WPCF7_HTMLFormatter { /** * Constructor. */ - public function __construct( $args = '' ) { - $this->options = wp_parse_args( $args, array( + public function __construct( $options = '' ) { + $this->options = wp_parse_args( $options, array( 'auto_br' => true, 'auto_indent' => true, ) );