Changelog 1.0.5

Back

Changed all instances of get_stylesheet_directory_uri() to get_template_directory_uri() in functions.php and functions-core.php.

Reason being that get_template_directory_uri() uses the paths for the parent theme. get_stylesheet_directory_uri() should be used for child themes.