Changeset 17273
- Timestamp:
- 01/12/2011 11:22:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r17271 r17273 85 85 } 86 86 87 $location = $wp_list_table->add_query_args( $location s);87 $location = $wp_list_table->add_query_args( $location ); 88 88 $location = add_query_arg( array( 'attached' => $attached ) , $location ); 89 89 wp_redirect( $location ); … … 123 123 } 124 124 125 $location = $wp_list_table->add_query_args( $location s);125 $location = $wp_list_table->add_query_args( $location ); 126 126 wp_redirect( $location ); 127 127 exit;
Note: See TracChangeset
for help on using the changeset viewer.