gregrickaby / genesis-sample

The Genesis Sample theme with modern build tools like Gulp and Sass
99 stars 29 forks source link

Removed duplicate wp_register_style from functions.php #11

Closed dpav02 closed 8 years ago

dpav02 commented 8 years ago

As somebody who cloned this project and tried to run it for the first time, I got an error. I do not want other newbies to run into the same issue. Therefore, I fixed the error by deleting the unnecessary line.

gregrickaby commented 8 years ago

This was a typo on my part. It should have read, "wp_deregister_script" as I want to remove the default stylesheet, and then immediately enqueue the compiled stylesheet.