Skip to content

Commit 183986d

Browse files
committed
File field help hint now includes jpeg in the example file extensions for clarity.
1 parent 46ae098 commit 183986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wpum-fields/types/class-wpum-field-file.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function get_editor_settings() {
4747
'inputType' => 'text',
4848
'label' => esc_html__( 'Allowed File Types', 'wp-user-manager' ),
4949
'model' => 'allowed_mime_types',
50-
'hint' => esc_html__( 'Comma Separated List of allowed file types, (i.e. jpg, gif, png, pdf)', 'wp-user-manager' ),
50+
'hint' => esc_html__( 'Comma Separated List of allowed file types, (i.e. jpg, jpeg, gif, png, pdf)', 'wp-user-manager' ),
5151
),
5252
],
5353
];

0 commit comments

Comments
 (0)