mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 21:51:26 +01:00
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
This commit is contained in:
parent
f3c57e9940
commit
5021403b9d
@ -11,6 +11,7 @@ $wp_file_descriptions = array (
|
|||||||
'index.php' => __( 'Main Index Template' ),
|
'index.php' => __( 'Main Index Template' ),
|
||||||
'style.css' => __( 'Stylesheet' ),
|
'style.css' => __( 'Stylesheet' ),
|
||||||
'editor-style.css' => __( 'Visual Editor Stylesheet' ),
|
'editor-style.css' => __( 'Visual Editor Stylesheet' ),
|
||||||
|
'editor-style-rtl.css' => __( 'Visual Editor RTL Stylesheet' ),
|
||||||
'rtl.css' => __( 'RTL Stylesheet' ),
|
'rtl.css' => __( 'RTL Stylesheet' ),
|
||||||
'comments.php' => __( 'Comments' ),
|
'comments.php' => __( 'Comments' ),
|
||||||
'comments-popup.php' => __( 'Popup Comments' ),
|
'comments-popup.php' => __( 'Popup Comments' ),
|
||||||
@ -36,7 +37,10 @@ $wp_file_descriptions = array (
|
|||||||
'my-hacks.php' => __( 'my-hacks.php (legacy hacks support)' ),
|
'my-hacks.php' => __( 'my-hacks.php (legacy hacks support)' ),
|
||||||
'.htaccess' => __( '.htaccess (for rewrite rules )' ),
|
'.htaccess' => __( '.htaccess (for rewrite rules )' ),
|
||||||
// Deprecated files
|
// 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
|
* Get the description for standard WordPress theme files and other various standard
|
||||||
|
Loading…
Reference in New Issue
Block a user