diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 01e41abba9..552b34485a 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -10,6 +10,7 @@ $wp_file_descriptions = array ( 'index.php' => __( 'Main Index Template' ), 'style.css' => __( 'Stylesheet' ), + 'editor-style.css' => __( 'Visual Editor Stylesheet' ), 'rtl.css' => __( 'RTL Stylesheet' ), 'comments.php' => __( 'Comments' ), 'comments-popup.php' => __( 'Popup Comments' ),