1010*/
1111
1212/**
13- * Image upload control Hungarian version
13+ * Image upload control Hungarian version.
1414 *
1515 * @package image-upload-control
1616 */
@@ -63,7 +63,7 @@ public function process_image( $file ) {
6363 }
6464
6565 /**
66- * Check for problems.
66+ * Check for image problems.
6767 *
6868 * @param array $file Details of file being uploaded.
6969 * @param array $imageinfo Image size data.
@@ -97,7 +97,7 @@ private function image_problems( $file, $imageinfo ) {
9797 . '/i ' // Case-insensitive
9898 ;
9999 /**
100- * Filters the file name blacklist regex string .
100+ * Filters the file name blacklist.
101101 *
102102 * @param string $blacklist File name blacklist regex.
103103 * @param string $file The file data.
@@ -113,7 +113,7 @@ private function image_problems( $file, $imageinfo ) {
113113 }
114114
115115 /**
116- * Filters the upper limit of image's pixel size .
116+ * Filters the upper limit of number of pixels .
117117 *
118118 * Default value is 2173600, FullHD resolution 1920 × 1080
119119 * + 100 000 as sometimes there are more rows/columns
@@ -128,7 +128,7 @@ private function image_problems( $file, $imageinfo ) {
128128 }
129129
130130 /**
131- * Filters the lower limit of image's pixel size .
131+ * Filters the lower limit of number of pixels .
132132 *
133133 * Default value is 1024, 32 × 32 pixels.
134134 * @param string $imageinfo Minimum pixel size.
0 commit comments