When running Happyfiles and allowing it to manage plugins, the Core Framework Wordpress plugin appears to cause issues due to the formatting of its header.
When viewing any folder other than the ‘All Plugins’ view, it generates the following errors, and displays the plugin’s entry with most details (description, version, author) missing.
Warning: Undefined array key “TextDomain” in /Users/rbrunskill/Documents/Clients/Vendilli/garden.local/app/public/wp-admin/includes/plugin.php on line 147
Warning: Undefined array key “Author” in /Users/rbrunskill/Documents/Clients/Vendilli/garden.local/app/public/wp-admin/includes/plugin.php on line 189
Warning: Undefined array key “Description” in /Users/rbrunskill/Documents/Clients/Vendilli/garden.local/app/public/wp-admin/includes/plugin.php on line 191
Warning: Undefined array key “Version” in /Users/rbrunskill/Documents/Clients/Vendilli/garden.local/app/public/wp-admin/includes/plugin.php on line 192
Warning: Undefined array key “PluginURI” in /Users/rbrunskill/Documents/Clients/Vendilli/garden.local/app/public/wp-admin/includes/plugin.php on line 194
Warning: Undefined array key “AuthorURI” in /Users/rbrunskill/Documents/Clients/Vendilli/garden.local/app/public/wp-admin/includes/plugin.php on line 195
The issue appears to be due to the inclusion of
Removing this line eliminates the warnings.