From 5021403b9dcdb69b6d6f4982ed70f2b554f42aba Mon Sep 17 00:00:00 2001 From: nacin Date: Sat, 4 Dec 2010 04:22:48 +0000 Subject: [PATCH] Add 'Visual Editor RTL Stylesheet' to the list of theme file descriptions. see #15672. git-svn-id: http://svn.automattic.com/wordpress/trunk@16717 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/file.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 75dc4a9bd1..c70347497c 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -7,10 +7,11 @@ */ /** The descriptions for theme files. */ -$wp_file_descriptions = array ( +$wp_file_descriptions = array( 'index.php' => __( 'Main Index Template' ), 'style.css' => __( 'Stylesheet' ), 'editor-style.css' => __( 'Visual Editor Stylesheet' ), + 'editor-style-rtl.css' => __( 'Visual Editor RTL Stylesheet' ), 'rtl.css' => __( 'RTL Stylesheet' ), 'comments.php' => __( 'Comments' ), 'comments-popup.php' => __( 'Popup Comments' ), @@ -36,7 +37,10 @@ $wp_file_descriptions = array ( 'my-hacks.php' => __( 'my-hacks.php (legacy hacks support)' ), '.htaccess' => __( '.htaccess (for rewrite rules )' ), // Deprecated files - 'wp-layout.css' => __( 'Stylesheet' ), 'wp-comments.php' => __( 'Comments Template' ), 'wp-comments-popup.php' => __( 'Popup Comments Template' )); + 'wp-layout.css' => __( 'Stylesheet' ), + 'wp-comments.php' => __( 'Comments Template' ), + 'wp-comments-popup.php' => __( 'Popup Comments Template' ), +); /** * Get the description for standard WordPress theme files and other various standard