Changeset 40313 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 03/22/2017 11:03:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r39325 r40313 579 579 $customize_action = esc_url( add_query_arg( 580 580 array( 581 'return' => urlencode( esc_url_raw( wp_unslash( $_SERVER['REQUEST_URI']) ) ),581 'return' => urlencode( esc_url_raw( remove_query_arg( wp_removable_query_args(), wp_unslash( $_SERVER['REQUEST_URI'] ) ) ) ), 582 582 ), 583 583 wp_customize_url( $slug )
Note: See TracChangeset
for help on using the changeset viewer.