lukasjuhas / lj-maintenance-mode

Simple maintenance mode wordpress plugin.
https://plugins.itsluk.as/maintenance-mode/
25 stars 12 forks source link

Adjustments to follow WP Coding Standards more closely #8

Closed christophherr closed 8 years ago

christophherr commented 8 years ago

Hi, I took a closer look at your plugin and really like it! Adjusted the code to follow the WP Coding Standards more closely. (e.g. switching Perl-style comments to PHP style comments, etc.) Also fixes a few typos. Does not include @param for $links or $wp_admin_bar

L97 should probably be in Yoda notation.

lukasjuhas commented 8 years ago

Hi @christophherr

Thank you, I'll go through this manually as there is quite a lot and also there are some conflicts. Possibly in next update that will come shortly!

Thanks, Lukas

christophherr commented 8 years ago

Hi @lukasjuhas,

thank you for taking a look.
Sorry about the conflicts. I guess adding the function doc comment on line 82 threw things off too much for an automatic merge... If I can do anything to help, just let me know.

Christoph