lots of coding standards tweaks. #326

This commit is contained in:
James Koster 2016-02-19 16:57:56 +00:00
parent c4920aad86
commit 1409ee5c66
34 changed files with 1746 additions and 1603 deletions

View file

@ -6,6 +6,11 @@ class Arbitrary_Storefront_Control extends WP_Customize_Control {
public $settings = 'blogname';
public $description = '';
/**
* Renter the control
*
* @return void
*/
public function render_content() {
switch ( $this->type ) {
default: