mpeshev / Theme-Mentor

Theme Mentor - helper plugin for WordPress, the cousin of Theme-Check reporting other possible theme issues
21 stars 4 forks source link

PHP warning when there is no functions.php #2

Closed thefuxia closed 11 years ago

thefuxia commented 11 years ago

When I tested the Mini Theme – which was never meant to pass any test :) – I got a warning in the admin screen:

Warning: file(path/to/themes/toscho-mini-theme/functions.php): failed to open stream: No such file or directory in /path/to/plugins/theme-mentor/theme-mentor.php on line 115

Add a file_exists() check before you try to read a file.

mpeshev commented 11 years ago

Good call for the error, but just pushed another solution that is closer to the impl. Will now check the other commit proposals (also, you're props'ed for the last commit)