Changeset 40313 for trunk/src/wp-admin/nav-menus.php
- Timestamp:
- 03/22/2017 11:03:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r39543 r40313 585 585 esc_url( add_query_arg( array( 586 586 array( 'autofocus' => $focus ), 587 'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI']) ),587 'return' => urlencode( remove_query_arg( wp_removable_query_args(), wp_unslash( $_SERVER['REQUEST_URI'] ) ) ), 588 588 ), admin_url( 'customize.php' ) ) ), 589 589 __( 'Manage with Live Preview' )
Note: See TracChangeset
for help on using the changeset viewer.