Changeset 47198 for trunk/src/wp-admin/network/admin.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/admin.php
r47115 r47198 11 11 12 12 /** Load WordPress Administration Bootstrap */ 13 require_once ( dirname( dirname( __FILE__ ) ) . '/admin.php' );13 require_once dirname( __DIR__ ) . '/admin.php'; 14 14 15 15 // Do not remove this check. It is required by individual network admin pages.
Note: See TracChangeset
for help on using the changeset viewer.