ef86599e99
The method detect_plugin_component() returns false or string. The normalize_component() expects strings only. Passing false to it (typically when the plugin does not declare its component) caused the PHP warning. Credit goes to Ankit Agarwal for spotting this during testing.