We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On PHP 8.2+ I see this deprecation warning:
Using ${var} in strings is deprecated, use {$var} instead
This happens here (maybe there are more locations): https://github.com/soderlind/super-admin-all-sites-menu/blob/main/super-admin-all-sites-menu.php#L441
See: https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated
The text was updated successfully, but these errors were encountered:
Update super-admin-all-sites-menu.php
8c211a4
Fixes deprecation warning "Using ${var} in strings is deprecated, use {$var} instead" for PHP 8.2+ Fixes soderlind#23
Successfully merging a pull request may close this issue.
On PHP 8.2+ I see this deprecation warning:
This happens here (maybe there are more locations):
https://github.com/soderlind/super-admin-all-sites-menu/blob/main/super-admin-all-sites-menu.php#L441
See: https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated
The text was updated successfully, but these errors were encountered: