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
There seems to be to be a _load_textdomain_just_in_time error emanating from the get_plugin_data() call in Main::get_plugin_version(). By using get_file_data() instead this will mitigate the error. It seems that get_plugin_data() wants to try translating the headers, since we're only getting the version it shouldn't matter.
The text was updated successfully, but these errors were encountered:
afragen
added a commit
to afragen/the-events-calendar-category-colors
that referenced
this issue
Dec 10, 2024
There seems to be to be a
_load_textdomain_just_in_time
error emanating from theget_plugin_data()
call in Main::get_plugin_version(). By usingget_file_data()
instead this will mitigate the error. It seems thatget_plugin_data()
wants to try translating the headers, since we're only getting the version it shouldn't matter.The text was updated successfully, but these errors were encountered: