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
To keep in line with core standards, we should remove all uses in Stream as well.
Furthermore, I encountered a bug with live updates on my local dev environment what was being caused by the use of extract() on self::$list_table->_pagination_args.
The text was updated successfully, but these errors were encountered:
As noted recently in Trac, the use of
extract()
in WordPress core is being removed.To keep in line with core standards, we should remove all uses in Stream as well.
Furthermore, I encountered a bug with live updates on my local dev environment what was being caused by the use of
extract()
onself::$list_table->_pagination_args
.The text was updated successfully, but these errors were encountered: