Changeset 17601
- Timestamp:
- 04/05/2011 04:22:46 PM (15 years ago)
- Location:
- branches/3.0
- Files:
-
- 2 edited
-
wp-admin/upgrade.php (modified) (1 diff)
-
wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-admin/upgrade.php
r15146 r17601 87 87 88 88 $backto = !empty($_GET['backto']) ? stripslashes( urldecode( $_GET['backto'] ) ) : __get_option( 'home' ) . '/'; 89 $backto = esc_url _raw( $backto );89 $backto = esc_url( $backto ); 90 90 $backto = wp_validate_redirect($backto, __get_option( 'home' ) . '/'); 91 91 ?> -
branches/3.0/wp-includes/link-template.php
r15412 r17601 2216 2216 return; 2217 2217 2218 echo "<link rel='shortlink' href='" . esc_url _raw( $shortlink ) . "' />\n";2218 echo "<link rel='shortlink' href='" . esc_url( $shortlink ) . "' />\n"; 2219 2219 } 2220 2220
Note: See TracChangeset
for help on using the changeset viewer.