My goal is to store a newline character in an array. I want to display it later on a site.
$settings['standard'] = array(
'title' => __( 'Standard', 'foo' ),
'description' => __( 'description text with
newline character', 'fooMore' ));
the output have to something like this:
description text with
newline character