10up / MU-Migration

This WP-CLI plugin makes the process of moving sites from single WordPress sites to a Multisite instance (or vice-versa) much easier. It exports everything into a zip package which can be used to automatically import it within the desired Multisite installation.
MIT License
329 stars 47 forks source link

Implement stricter WordPress coding standards #23

Closed noplanman closed 7 years ago

noplanman commented 7 years ago

I went very strict here, but please let me know if there are things you'd like to keep, as I don't want to break or interrupt in your coding style ☺️

nicholasio commented 7 years ago

Looks Perfect. Let me run a few tests just to make sure it doesn't break anything (I don't foresee any issue but just in case).

nicholasio commented 7 years ago

Looks good, please fix conflicts.

noplanman commented 7 years ago

@nicholasio Have fixed the conflicts and added a bunch of stuff I first left, but then thought I'd put in there, going 99% WP coding standard.

Let me know if you'd like some changed back, no problemo 👍 (It's mainly the last commit that adds a lot of spacing and alignment changes.)