Notice. Closes # 310.
This commit is contained in:
parent
c6003388aa
commit
1538e77bb7
|
@ -138,6 +138,7 @@ function woocommerce_admin_fields($options) {
|
|||
foreach ($options as $value) :
|
||||
if (!isset( $value['class'] )) $value['class'] = '';
|
||||
if (!isset( $value['css'] )) $value['css'] = '';
|
||||
if (!isset( $value['std'] )) $value['std'] = '';
|
||||
switch($value['type']) :
|
||||
case 'title':
|
||||
if (isset($value['name']) && $value['name']) echo '<h3>'.$value['name'].'</h3>';
|
||||
|
|
Loading…
Reference in New Issue