You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: