我不知道我是否可以在這裏提出單詞模板問題。我試圖添加一行到functions.php,以便在RSS源中顯示圖像。但是,我錯過了在評論欄末尾添加「/」,並且我的網站崩潰了。在/home/content/31/6570531/html/wp-includes/functions.php調用未定義功能load_theme_textdomain()上線33致命錯誤:調用未定義的函數load_theme_textdomain()
33行:
我收到此錯誤: 致命錯誤的functions.php有這行代碼: load_theme_textdomain('btp_theme',get_template_directory()。'/ languages');
有誰知道我該怎麼辦?我重新上傳模板文件,但仍然得到相同的錯誤。
這是錯誤的部分,我覺得
/*初始化轉換機制*/ load_theme_textdomain( 'btp_theme',get_template_directory() '/語言'。);
$ locale = get_locale(); $ locale_file = TEMPLATEPATH。 「/languages/$locale.php」; if(is_readable($ locale_file)) require_once($ locale_file);
/* EnableWP Auto Feed Links */ add_theme_support('automatic-feed-links');
/*啓用發佈縮略圖支持*/ add_theme_support('post-thumbnails');
/*啓用自定義背景支持*/ add_custom_background(); (!isset($ content_width))$ content_width = 593;如果(!isset($ content_width))$ content_width = 593;