-2

sorry , im newbie and bad at english , i google this problem still cant understand what is wrong , please help me !

i have this error

Parse error: syntax error, unexpected 'if' (T_IF)

my code

if ( ! isset( $content_width ) ) {$content_width:474} if ( ! function_exists( twentyfourteen_setup ) ) :
mirotic
  • 7
  • 4

1 Answers1

1

$content_width:474 should be $content_width=474;

Marilee
  • 1,598
  • 4
  • 22
  • 52