gregrickaby / genesis-sample

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

Warning: Missing argument 2 for wp_register_style(), called in functions.php on line 29 and defined in \wp-includes\functions.wp-styles.php on line 113 #9

Closed dpav02 closed 8 years ago

dpav02 commented 8 years ago

I tried to set this up locally and I'm getting an error based on the functions.php file....

wp_register_style( 'genesis-sample-theme' );

Honestly, you have another register block below that one. I removed line 29 from your function.php and it compiles.

I'll be submitting a pull request.

gregrickaby commented 8 years ago

See #11