Sorry, but you not right.
Example:
For supporting the next line in the file “\library\simplyread.php” must be replace wp_register_script( 'simplyread-modernizr', get_stylesheet_directory_uri() . '/library/js/libs/modernizr.custom.min.js', array(), '2.5.3', false );
to wp_register_script( 'simplyread-modernizr', get_template_directory_uri() . '/library/js/libs/modernizr.custom.min.js', array(), '2.5.3', false );
and another.