Changeset 47198 for trunk/src/wp-admin/network/edit.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/edit.php
r42349 r47198 9 9 10 10 /** Load WordPress Administration Bootstrap */ 11 require_once ( dirname( __FILE__ ) . '/admin.php' );11 require_once __DIR__ . '/admin.php'; 12 12 13 13 $action = ( isset( $_GET['action'] ) ) ? $_GET['action'] : '';
Note: See TracChangeset
for help on using the changeset viewer.