Repeated units user panel
-
Hello,
In the code line 267 of the file class-wp-user-avatar.php the following error is present since the unit “KB” is added to the variable $wpua_upload_size_limit_with_units when it already includes units. Showing in this way values ??with repeated units in this way 1000KBKB without contemplating separation between the value and the unit.
If they could fix it that would be great.
For now, replace that line of code with the following.
esc_html( str_replace('KB', ' KB', $wpua_upload_size_limit_with_units) )
Stay tuned to your comments.
Greetings,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Repeated units user panel’ is closed to new replies.