Ticket #22772: 22772.patch
| File 22772.patch, 524 bytes (added by , 13 years ago) |
|---|
-
wp-admin/includes/file.php
79 79 * @return string Full filesystem path to the root of the WordPress installation 80 80 */ 81 81 function get_home_path() { 82 if ( defined( 'HOMEPATH' ) ) 83 return HOMEPATH; 84 82 85 $home = get_option( 'home' ); 83 86 $siteurl = get_option( 'siteurl' ); 84 87 if ( ! empty( $home ) && 0 !== strcasecmp( $home, $siteurl ) ) {