Changeset 47198 for trunk/src/wp-admin/user/credits.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user/credits.php
r25616 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 require ( ABSPATH . 'wp-admin/credits.php' );13 require ABSPATH . 'wp-admin/credits.php';
Note: See TracChangeset
for help on using the changeset viewer.