Changeset 47198 for trunk/src/wp-admin/customize.php
- Timestamp:
- 02/06/2020 06:31:22 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r45932 r47198 11 11 12 12 /** Load WordPress Administration Bootstrap */ 13 require_once ( dirname( __FILE__ ) . '/admin.php' );13 require_once __DIR__ . '/admin.php'; 14 14 15 15 if ( ! current_user_can( 'customize' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.