Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')'
-
full error message
Parse error: syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW), expecting ‘)’ in /home/calclaua/public_html/wp-content/themes/full-frame-new/inc/fullframe-default-options.php on line 70i am using Full Frame theme and i tried removing the promotional section of the fullframe-default-options.php code and got this error, i copied the code from a clean file i unzipped from the theme but still getting the error.
the error is somewhere in this area of code.//Promotion Headline Options
‘promotion_headline_option’ => ‘homepage’,
‘promotion_headline’ => __( ‘Full Frame is a Premium Responsive WordPress Theme’, ‘fullframe’ ),
‘promotion_subheadline’ => __( ‘This is promotion headline. You can edit this from Appearance -> Customize -> Theme Options -> Promotion Headline Options’, ‘fullframe’ ),
‘promotion_headline_button’ => __( ‘Reviews’, ‘fullframe’ ),
‘promotion_headline_url’ => esc_url( ‘http://ww.wp.xz.cn/support/view/theme-reviews/full-frame’ ),
‘promotion_headline_target’ => 1,
The topic ‘Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')'’ is closed to new replies.