mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
lots of coding standards tweaks. #326
This commit is contained in:
parent
c4920aad86
commit
1409ee5c66
34 changed files with 1746 additions and 1603 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue