WordPress error unexpected T_VARIABLE in line 1 of functions.php

Solution:

Please remove spaces before $content_width = 604;

require get_template_directory() . ‘/inc/custom-header.php’;

if ( version_compare( $GLOBALS[‘wp_version’], ‘3.6-alpha’, ‘<‘ ) ) require get_template_directory() . ‘/inc/back-compat.php’; ?>