Changeset 47198 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r47119 r47198 255 255 256 256 // Ensure get_home_path() is declared. 257 require_once ( ABSPATH . 'wp-admin/includes/file.php' );257 require_once ABSPATH . 'wp-admin/includes/file.php'; 258 258 259 259 $home_path = get_home_path(); … … 292 292 293 293 // Ensure get_home_path() is declared. 294 require_once ( ABSPATH . 'wp-admin/includes/file.php' );294 require_once ABSPATH . 'wp-admin/includes/file.php'; 295 295 296 296 $home_path = get_home_path();
Note: See TracChangeset
for help on using the changeset viewer.