Skip to content
New issue

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

PHP 7.4+ compatibility - Array and string offset access syntax with curly braces #2

Open
daigo75 opened this issue Mar 11, 2022 · 0 comments

Comments

@daigo75
Copy link

daigo75 commented Mar 11, 2022

File markdown.php seems to contain several lines where the elements of an array are accessed using curly braces (e.g. $tag{0}). This triggers the following warning:
Deprecated: Array and string offset access syntax with curly braces is deprecated in wp-extension-meta\markdown.php on line 2109

I reckon that the fix will be a matter of replacing all the curly braces with square brackets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant