Completed
Push — master ( 1c344e...7f2dcf )
by Scott Kingsley
04:36
created
includes/class-wp-fields-api-field.php 1 patch
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -182,8 +182,6 @@  discard block
 block discarded – undo
182 182
 	 * Check user capabilities and theme supports, and then save
183 183
 	 * the value of the field.
184 184
 	 *
185
-	 * @param mixed $value   The value to save.
186
-	 * @param int   $item_id The Item ID.
187 185
 	 *
188 186
 	 * @return false|mixed False if cap check fails or value isn't set.
189 187
 	 */
@@ -243,7 +241,6 @@  discard block
 block discarded – undo
243 241
 	 * Save the value of the field, using the related API.
244 242
 	 *
245 243
 	 * @param mixed $value The value to update.
246
-	 * @param int $item_id Item ID.
247 244
 	 *
248 245
 	 * @return mixed The result of saving the value.
249 246
 	 */
@@ -383,7 +380,6 @@  discard block
 block discarded – undo
383 380
 	/**
384 381
 	 * Fetch the value of the field.
385 382
 	 *
386
-	 * @param int $item_id (optional) The Item ID.
387 383
 	 *
388 384
 	 * @return mixed The value.
389 385
 	 */
@@ -655,7 +651,7 @@  discard block
 block discarded – undo
655 651
 	 *
656 652
 	 * @param       $root
657 653
 	 * @param       $keys
658
-	 * @param mixed $default A default value which is used as a fallback. Default is null.
654
+	 * @param string $default A default value which is used as a fallback. Default is null.
659 655
 	 *
660 656
 	 * @return mixed The requested value or the default value.
661 657
 	 */
Please login to merge, or discard this patch.