@@ -79,6 +79,10 @@ |
||
79 | 79 | |
80 | 80 | } |
81 | 81 | |
82 | + /** |
|
83 | + * @param string $id |
|
84 | + * @param string $defvalue |
|
85 | + */ |
|
82 | 86 | function create_section_for_color_picker($id, $title, $defvalue) { |
83 | 87 | $color_value = lasso_editor_get_option( $id, 'lasso_editor',$defvalue ); |
84 | 88 |
@@ -61,6 +61,9 @@ |
||
61 | 61 | } |
62 | 62 | |
63 | 63 | |
64 | +/** |
|
65 | + * @param string $section |
|
66 | + */ |
|
64 | 67 | function lasso_editor_get_option( $option, $section, $default = '' ) { |
65 | 68 | |
66 | 69 | if ( empty( $option ) ) |