WordPress/wp-includes
Scott Taylor 463b7c4620 Eliminate use of extract() in wp_xmlrpc_server::mw_editPost() (MetaWeblog API, y'all).
A lot of the extracted variables are overwritten by being explicitly set later. 
Only set variables that would otherwise not be present with `compact()` is called.

See #22400.

Built from https://develop.svn.wordpress.org/trunk@28448


git-svn-id: http://core.svn.wordpress.org/trunk@28275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-05-16 15:19:14 +00:00
..
2014-04-07 17:52:16 +00:00
2013-07-13 00:37:36 +00:00
2014-03-27 22:41:14 +00:00
2013-12-01 12:48:10 +00:00
2014-03-28 13:57:14 +00:00
2014-03-26 18:43:14 +00:00
2013-09-06 17:19:09 +00:00
2013-10-30 14:39:10 +00:00
2014-05-07 03:56:14 +00:00