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:
Ryan Boren
2008-01-04 19:36:34 +00:00
parent 92d17a86a9
commit 791a7d7191
19 changed files with 41 additions and 35 deletions

View File

@@ -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;