diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index 7b2301a2a9..7f5952c895 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/wp-admin/includes/misc.php @@ -333,7 +333,7 @@ function wp_print_theme_file_tree( $tree, $level = 2, $size = 1, $index = 1 ) { 'file' => rawurlencode( $tree ), 'theme' => rawurlencode( $stylesheet ), ), - admin_url( 'theme-editor.php' ) + self_admin_url( 'theme-editor.php' ) ); ?>