Changeset 40331 for branches/4.7/src/wp-admin/includes/theme.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/includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-admin/includes/theme.php
r39325 r40331 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.