wp-cli / language-command

Installs, activates, and manages language packs.
MIT License
13 stars 21 forks source link

QA: abstract a 3x duplicate closure to a function #76

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

By the time the same code is used three times, it really shouldn't be a closure anymore, but a proper function.

Related to #73

jrfnl commented 5 years ago

Fixed up. Once you've reviewed, I'd be happy to squash the commits.

schlessera commented 5 years ago

Test failures unrelated and isolated to WordPress 3.7. Merging anyway.