douxie3625 2016-01-21 16:01
浏览 49
已采纳

functions.php上的语法错误

When I add this to the end of my theme function.php I get a syntax error on the last line, how do I fix this?

add_action( 'admin_enqueue_scripts', function() {
    wp_enqueue_style('fontawesome', '//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
}
  • 写回答

2条回答 默认 最新

  • dongsha7215 2016-01-21 16:05
    关注

    The statement is incomplete. You never closed the add_action() function call:

    add_action( 'admin_enqueue_scripts', function() {
        //...
    }); // <--- Need to close the function call and end the statement with a semi-colon
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥70 类鸟群Boids——仿真鸟群避障的相关问题
  • ¥15 CFEDEM自带算例错误,如何解决?
  • ¥15 有没有会使用flac3d软件的家人
  • ¥20 360摄像头无法解绑使用,请教解绑当前账号绑定问题,
  • ¥15 docker实践项目
  • ¥15 利用pthon计算薄膜结构的光导纳
  • ¥15 海康hlss视频流怎么播放
  • ¥15 Paddleocr:out of memory error on GPU
  • ¥30 51单片机C语言数码管驱动单片机为AT89C52
  • ¥100 只改动本课件的 cal_portfolio_weight_series(decision_date), 跑完本课件。设计一个信息比率尽量高的策略。