From 7cf388085acbe30cc5ec435395a62c132ed8808f Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@16717 602fd350-edb4-49c9-b593-d223f7449a82 --- 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