Completed
Push — master ( a0f2b3...920e5e )
by
unknown
02:45
created
public/includes/helpers.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@  discard block
 block discarded – undo
6 6
  * If we're on multsite we'll grab the site option which is stored in the main blogs site option tables, otherwise
7 7
  * we'll grab the option which is stored on the single blogs option tables
8 8
  *
9
- * @param unknown $option  string name of the option
10
- * @param unknown $section string name of the section
9
+ * @param string $option  string name of the option
10
+ * @param string $section string name of the section
11 11
  * @param unknown $default string/int default option value
12 12
  * @return the option value
13 13
  * @since 1.0
@@ -274,7 +274,7 @@  discard block
 block discarded – undo
274 274
 *	Used internally as a callback to build a tab or content area for modal addons
275 275
 *
276 276
 *	@param $tab object
277
-*	@param $type string tab or content
277
+*	@param string $type string tab or content
278 278
 *	@uses lasso_modal_addons()
279 279
 *	@since 0.9.4
280 280
 */
Please login to merge, or discard this patch.