以下のコードを使用しましたが、
<?php
$this->settings['copyright'] = array(
'title' => __( 'Copyright' ),
'desc' => __( 'Please enter the copyright text you wish to appear in the footer left.' ),
'std' => '©2012-'<?php echo date("Y"); ?> 'here i write some more', //here i am trying to echo it, but i get the error below
'type' => 'text',
'section' => 'general'
);
?>
以下のようなエラーが出ました。
Parse error: syntax error, unexpected '?'