Changeset 25616 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 09/25/2013 12:17:40 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r24320 r25616 11 11 12 12 /** WordPress Administration Bootstrap */ 13 require_once( './admin.php');13 require_once( dirname( __FILE__ ) . '/admin.php' ); 14 14 15 15 if ( ! current_user_can('install_themes') )
Note: See TracChangeset
for help on using the changeset viewer.