非常新的程序员试图修复我的 wordpress 网站,但产生了这个错误:
解析错误:语法错误,意外的 T_IF,在第 8 行的 /home/grandoak/public_html/wp-content/themes/zeebusiness/functions.php 中需要“{”
第 8 行是 THEME SETUP 下方的空白行”
任何和所有建议表示赞赏。
<?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');