FacetWP / use-child-theme

A WordPress class to ensure that a child theme is installed and active
65 stars 21 forks source link

Big ol refactor #9

Closed JJJ closed 8 years ago

JJJ commented 8 years ago

Largely code clean-up, some random bug fixes.

Will probably want to test to make sure everything still works the way you want it to.

<3

mgibbs189 commented 8 years ago

Thanks @johnjamesjacoby

I'm personally not a huge fan of tabs (yes, yes, not WP.org code standards) but your changes look good.

Currently, this code only support the direct Filesystem_API method. I'm not sure whether our current ajax-based notification approach is going to fly, esp. if we need to display a Login Information prompt (for FTP / SFTP users). Thoughts?