Completed
Push — master ( e37cc4...f545a8 )
by
unknown
01:48
created
admin/includes/menus/settings.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -79,6 +79,10 @@
 block discarded – undo
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
 	 
Please login to merge, or discard this patch.
lasso.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
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 ) )
Please login to merge, or discard this patch.