xwp / stream

🗄️ Stream plugin for WordPress

Home Page:https://wordpress.org/plugins/stream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove all uses of extract() from Stream

fjarrett opened this issue · comments

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() on self::$list_table->_pagination_args.