Changeset 14139 for trunk/wp-admin/themes.php
- Timestamp:
- 04/18/2010 06:14:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/themes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r14046 r14139 8 8 9 9 /** WordPress Administration Bootstrap */ 10 require_once(' admin.php');10 require_once('./admin.php'); 11 11 12 12 if ( !current_user_can('switch_themes') ) … … 43 43 wp_enqueue_script( 'theme-preview' ); 44 44 45 require_once(' admin-header.php');45 require_once('./admin-header.php'); 46 46 if ( is_multisite() && current_user_can('edit_themes') ) { 47 47 ?><div id="message0" class="updated"><p><?php _e('Administrator: new themes must be activated in the <a href="ms-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php … … 314 314 </div> 315 315 316 <?php require(' admin-footer.php'); ?>316 <?php require('./admin-footer.php'); ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)