Changeset 40331 for branches/4.7/src/wp-admin/widgets.php
- Timestamp:
- 03/25/2017 01:34:27 PM (9 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-admin/widgets.php
r39761 r40331 356 356 array( 357 357 array( 'autofocus' => array( 'panel' => 'widgets' ) ), 358 'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI']) )358 'return' => urlencode( remove_query_arg( wp_removable_query_args(), wp_unslash( $_SERVER['REQUEST_URI'] ) ) ) 359 359 ), 360 360 admin_url( 'customize.php' )
Note: See TracChangeset
for help on using the changeset viewer.