非常新的程序员试图修复我的wordpress网站,但却产生了这个错误:
解析错误:语法错误,意外的T_IF,在第8行的/home/grandoak/public_html/wp-content/themes/zeebusiness/functions.php中期待'{'
第8行是主题设置下面的空行“
任何和所有建议都赞赏。
<?php
// Set Content Width
if { ! isset( $content_width ) }
$content_width = 480;
/*==================================== THEME SETUP ====================================*/
// Load default style.css and Javascripts
add_action('wp_enqueue_scripts', 'themezee_enqueue_scripts');
if ( ! function_exists( 'themezee_enqueue_scripts' ) ):
function themezee_enqueue_scripts() {
// Register and Enqueue Stylesheet
wp_register_style('zeeBusiness_stylesheet', get_stylesheet_uri());
wp_enqueue_style('zeeBusiness_stylesheet');