エラーが出る "Call to undefined function wp_style_add_data()"
-
Fatal error: Call to undefined function wp_style_add_data() in /export/sd08/www/jp/r/e/×××××/wordpress-3.5-ja-jetpack-undernavicontrol/wp-content/themes/twentyfourteen/functions.php on line 237
特に何もいじった覚えが無いのですが上記のメッセージが表示され
ブログが見れなくなってしまいました。
管理画面も左のメニューのみ表示され(操作不可)右側は真っ白な状態です。
知識が全くないのでどのように直せば良いのかが分からず、ネットで調べてみたものの
解決法が分からなかったのでこの場をお借りしました。
教えて頂けましたら助かります。
下記がメッセージで記された辺りのphpです。
最後から3行目のwp_style_add_data( ‘twentyfourteen-ie’, ‘conditional’, ‘lt IE 9’ );
が237行目です。
お力を貸して頂けましたら嬉しいです。
よろしくお願い致します。function twentyfourteen_scripts() { // Add Lato font, used in the main stylesheet. wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null ); // Add Genericons font, used in the main stylesheet. wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.2' ); // Load our main stylesheet. wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array( 'genericons' ) ); // Load the Internet Explorer specific stylesheet. wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style', 'genericons' ), '20131205' ); wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); }
[モデレーター編集: 「【重要】 お読みください」はフォーラム管理上のお知らせを掲載するカテゴリーですので質問のトピックには使用されないようお願いします。質問のトピックを作成される際には最もあてはまるカテゴリーを選択してください。本件は「使い方全般」カテゴリーに移動します。]
[モデレーター編集: タイトルが空になっていたので適切なタイトルに変更しました。]
[モデレーター編集: コードはバッククォート(`)で囲んでください。]
- トピック「エラーが出る "Call to undefined function wp_style_add_data()"」には新たに返信することはできません。