Changeset 33849 for trunk/src/wp-admin/customize.php
- Timestamp:
- 09/02/2015 11:28:11 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/customize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r33599 r33849 22 22 if ( $return ) { 23 23 $return = wp_unslash( $return ); 24 $return = remove_query_arg( wp_removable_query_args(), $return ); 24 25 $return = wp_validate_redirect( $return ); 25 26 }
Note: See TracChangeset
for help on using the changeset viewer.