Ticket #44142: 44142.diff
File 44142.diff, 610 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/includes/misc.php
202 202 return; 203 203 } 204 204 205 /** Ensure get_home_path is declared. */ 206 require_once( ABSPATH . 'wp-admin/includes/file.php' ); 207 205 208 global $wp_rewrite; 206 209 207 210 $home_path = get_home_path(); … … 236 239 return; 237 240 } 238 241 242 /** Ensure get_home_path is declared. */ 243 require_once( ABSPATH . 'wp-admin/includes/file.php' ); 244 239 245 global $wp_rewrite; 240 246 241 247 $home_path = get_home_path();