Changeset 40313 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 03/22/2017 11:03:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r39760 r40313 358 358 array( 359 359 array( 'autofocus' => array( 'panel' => 'widgets' ) ), 360 'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI']) )360 'return' => urlencode( remove_query_arg( wp_removable_query_args(), wp_unslash( $_SERVER['REQUEST_URI'] ) ) ) 361 361 ), 362 362 admin_url( 'customize.php' )
Note: See TracChangeset
for help on using the changeset viewer.