非常に新しいプログラマーが私のワードプレス サイトを修正しようとしましたが、代わりに次のエラーが生成されました。
解析エラー: 構文エラー、予期しない 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');