ellatrix / wp-front-end-editor

Front-end Editor for WordPress
https://wordpress.org/plugins/wp-front-end-editor/
340 stars 87 forks source link

Format Bug #172

Closed zerbzman closed 9 years ago

zerbzman commented 9 years ago

In class-fee.php on line 633, 728-754 there should be a space between parentheses and single quotes. ex. ('Public, Sticky') should be ( 'Public, Sticky' )

ellatrix commented 9 years ago

Hi! That's not really a bug. I'm sure there are tons of others. Same for WP core. But fine, I'll adjust it soon.

zerbzman commented 9 years ago

Yeah, I was just testing your code against the wordpress php coding standards page. I'm taking a software testing class and we have to run tests( on an open source project) based on the chapters of the book we are going over. Just wondering, what would you call the formatting issues instead of "Format Bug"?

ellatrix commented 9 years ago

I don't know. Maybe style inconsistency? :) The WordPress PHP coding standard are meant for patches/new code. They're not going to patch old coding style or inconsistencies. But yeah, we should keep plugins "clean".