自从我在functions.php
. 我什至删除了它并将我的备份文件从 FTP 上传到服务器。
它仍然显示相同的错误。WordPress 论坛上的人不知道究竟需要做什么。
请帮助,因为它在我的客户现场网站上。
Parse error: syntax error, unexpected T_VARIABLE in /home/content/90/10424790/html/waytofabulous/wp-content/themes/custom/functions.php on line 1
前 10 行代码:
<?php
if ( ! isset( $content_width ) )
$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';
?>