@@ -381,8 +381,8 @@ |
||
381 | 381 | * |
382 | 382 | * @param $width int Width of the image |
383 | 383 | * @param $height int Height of the image |
384 | -* @param $req_width int Required width to pass validation |
|
385 | -* @param $req_height int Required height to pass validation |
|
384 | +* @param integer $req_width int Required width to pass validation |
|
385 | +* @param integer $req_height int Required height to pass validation |
|
386 | 386 | * @return bool - True if the image passed the required size validation |
387 | 387 | */ |
388 | 388 | function _jetpack_og_get_image_validate_size($width, $height, $req_width, $req_height) { |