admin管理员组文章数量:1391947
I have been following along a basic tutorial on creating a simple theme structure. I have searched quite a few articles to get an understanding and looked at debugging tips, however I am at a loss, probably due to me limited knowledge base. At this stage I had downloaded bootstrap css and js folders. This is on a local server and I don't have any plugins installed or activated.
After quite a number of error messages I have come down to this one. Sorry, I don't remember what changes I made in the functions file to get to this one.
Parse error: syntax error, unexpected ',' in D:\xampp\htdocs\myih\wp-content\themes\mytheme\functions.php on line 8 (line 8 starts at wp_register.....)
Thanks
I have been following along a basic tutorial on creating a simple theme structure. I have searched quite a few articles to get an understanding and looked at debugging tips, however I am at a loss, probably due to me limited knowledge base. At this stage I had downloaded bootstrap css and js folders. This is on a local server and I don't have any plugins installed or activated.
After quite a number of error messages I have come down to this one. Sorry, I don't remember what changes I made in the functions file to get to this one.
Parse error: syntax error, unexpected ',' in D:\xampp\htdocs\myih\wp-content\themes\mytheme\functions.php on line 8 (line 8 starts at wp_register.....)
Thanks
Share Improve this question edited Mar 8, 2020 at 3:05 banda asked Mar 8, 2020 at 2:58 bandabanda 32 bronze badges1 Answer
Reset to default 1You've got unbalanced and improperly placed closing parenthesis. There shouldn't be the closing parenthesis after the 'stylesheet'
.
Because the closing parenthesis is there, the PHP processor thought that was the end of the function's parameters. Which caused the comma character after that to cause the error.
Watch the balancing of your parenthesis (and quotes) as you are writing your code.
本文标签: phpParse error syntax errorunexpected 3939
版权声明:本文标题:php - Parse error: syntax error, unexpected ',' 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744687704a2619804.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论