From 6182fa89afb9731eedf2408d4309d604ee68b79b Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@13992 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 01e41abba..552b34485 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' ),