wp-shortcake / shortcake

Shortcake makes using WordPress shortcodes a piece of cake.
GNU General Public License v2.0
664 stars 143 forks source link

Fix WPCS class filename and array formatting lints #703

Closed goldenapples closed 7 years ago

goldenapples commented 7 years ago

Fixes a couple of codesniff issues that are showing up as build errors:

Should get the build passing again (once Travis gets back up).

goldenapples commented 7 years ago

Just fixes for a couple new codesniff issues.

The only thing that might break functionality is the renaming of the Shortcake_Field_Attachment and Shortcake_Field_Color classes for consistency (to Shortcode_UI_Field_Attachment and Shortcode_UI_Field_Color). I did a github search to see if any other plugins were accessing these classes by name, and didn't see anything, so it should be safe to rename them.