visiblevc / wordpress-starter

A slightly less shitty wordpress development workflow
688 stars 167 forks source link

fix: bug in plugin/theme activation #170

Closed dsifford closed 4 years ago

dsifford commented 4 years ago

This PR fixes a small bug that occurs in cases where users have plugins/themes listed using the URL format.

the wp plugin activate and wp theme activate lines use the URL as the value rather than the key.

Should be relatively self-explanatory.

Let me know if you have any questions.

Ping @karellm