@@ -6,8 +6,8 @@ discard block |
||
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 |
@@ -214,7 +214,7 @@ discard block |
||
214 | 214 | * Return an array of categories for autocomplete |
215 | 215 | * |
216 | 216 | * @since 0.9.3 |
217 | - * @return array all categoiries |
|
217 | + * @return null|string all categoiries |
|
218 | 218 | */ |
219 | 219 | function lasso_get_objects( $taxonomy = 'category' ) { |
220 | 220 | |
@@ -299,7 +299,7 @@ discard block |
||
299 | 299 | * Used internally as a callback to build a tab or content area for modal addons |
300 | 300 | * |
301 | 301 | * @param $tab object |
302 | -* @param $type string tab or content |
|
302 | +* @param string $type string tab or content |
|
303 | 303 | * @uses lasso_modal_addons() |
304 | 304 | * @since 0.9.4 |
305 | 305 | */ |