|
@@ -391,8 +391,8 @@ |
|
|
block discarded – undo |
|
391
|
391
|
* |
|
392
|
392
|
* @param $width int Width of the image |
|
393
|
393
|
* @param $height int Height of the image |
|
394
|
|
-* @param $req_width int Required width to pass validation |
|
395
|
|
-* @param $req_height int Required height to pass validation |
|
|
394
|
+* @param integer $req_width int Required width to pass validation |
|
|
395
|
+* @param integer $req_height int Required height to pass validation |
|
396
|
396
|
* @return bool - True if the image passed the required size validation |
|
397
|
397
|
*/ |
|
398
|
398
|
function _jetpack_og_get_image_validate_size($width, $height, $req_width, $req_height) { |
Please login to merge, or discard this patch.