From abd47187d1067a335a118040d6f81acbe5f3ccb0 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 4 Apr 2010 11:14:29 +0000 Subject: [PATCH] Give editor-style.css a name in the theme editor. git-svn-id: https://develop.svn.wordpress.org/trunk@13992 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/file.php | 1 + 1 file changed, 1 insertion(+) 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' ),