strangerstudios / basic-user-avatars

Add an avatar upload field on frontend pages and on the Edit Profile screen so users and admins can manage custom profile pictures without Gravatar.
https://wordpress.org/plugins/basic-user-avatars/
39 stars 34 forks source link

Fix PHP 8 deprecation warning. #56

Closed ZebulanStanphill closed 2 years ago

ZebulanStanphill commented 2 years ago

Having required params after optional params is deprecated in PHP 8: https://www.php.net/manual/en/migration80.deprecated.php. This PR fixes such a deprecation warning.

andrewlimaza commented 2 years ago

Thanks for this PR! Merged and will add attributes for your PR.