Changeset 37768
- Timestamp:
- 06/21/2016 02:15:40 PM (7 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
-
branches/4.5/src/wp-includes/class-wp-customize-manager.php
r37077 r37768 1543 1543 */ 1544 1544 public function set_preview_url( $preview_url ) { 1545 $preview_url = esc_url_raw( $preview_url ); 1545 1546 $this->preview_url = wp_validate_redirect( $preview_url, home_url( '/' ) ); 1546 1547 } … … 1574 1575 */ 1575 1576 public function set_return_url( $return_url ) { 1577 $return_url = esc_url_raw( $return_url ); 1576 1578 $return_url = remove_query_arg( wp_removable_query_args(), $return_url ); 1577 1579 $return_url = wp_validate_redirect( $return_url );
Note: See TracChangeset
for help on using the changeset viewer.