Automattic / super-cool-ad-inserter-plugin

Insert ads, newsletter signup widgets, and calls to action in the middle of your posts!
https://wordpress.org/plugins/super-cool-ad-inserter/#description
32 stars 4 forks source link

coding standards #31

Closed aschweigert closed 7 years ago

aschweigert commented 7 years ago

make sure plugin conforms to wp coding standards

benlk commented 7 years ago

Are we worried about the tests directory conforming?

aschweigert commented 7 years ago

any reason it wouldn't?

benlk commented 7 years ago

A lot of the boilerplate code is written without spaces in the braces: https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#brace-style

aschweigert commented 7 years ago

where did the boilerplate come from?

benlk commented 7 years ago

Largo, probably? We've been copying it from plugin to plugin.