mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Unused var cleanup. Props DD32. see #5418
git-svn-id: https://develop.svn.wordpress.org/trunk@6551 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -740,7 +740,7 @@ class WP_Ajax_Response {
|
||||
|
||||
$r = wp_parse_args( $args, $defaults );
|
||||
extract( $r, EXTR_SKIP );
|
||||
$postition = preg_replace( '/[^a-z0-9:_-]/i', '', $position );
|
||||
$position = preg_replace( '/[^a-z0-9:_-]/i', '', $position );
|
||||
|
||||
if ( is_wp_error($id) ) {
|
||||
$data = $id;
|
||||
|
||||
Reference in New Issue
Block a user