Changeset 43361 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 06/16/2018 01:01:42 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/misc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r43350 r43361 205 205 global $wp_rewrite; 206 206 207 // Ensure get_home_path is declared. 208 require_once( ABSPATH . 'wp-admin/includes/file.php' ); 209 207 210 $home_path = get_home_path(); 208 211 $htaccess_file = $home_path . '.htaccess'; … … 238 241 239 242 global $wp_rewrite; 243 244 // Ensure get_home_path is declared. 245 require_once( ABSPATH . 'wp-admin/includes/file.php' ); 240 246 241 247 $home_path = get_home_path();
Note: See TracChangeset
for help on using the changeset viewer.