Skip to content

Instantly share code, notes, and snippets.

@simplethemes
Created August 20, 2015 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simplethemes/8e35cf7e18e63f9cdbbd to your computer and use it in GitHub Desktop.
Save simplethemes/8e35cf7e18e63f9cdbbd to your computer and use it in GitHub Desktop.
//on line #159 change:
// hook to add additional stylesheets from a child theme
echo apply_filters ('child_add_stylesheets',$stylesheets);
//to:
// hook to add additional stylesheets from a child theme
apply_filters ('child_add_stylesheets',$stylesheets);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment