Changeset 16717
- Timestamp:
- 12/04/2010 04:22:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r16577 r16717 8 8 9 9 /** The descriptions for theme files. */ 10 $wp_file_descriptions = array 10 $wp_file_descriptions = array( 11 11 'index.php' => __( 'Main Index Template' ), 12 12 'style.css' => __( 'Stylesheet' ), 13 13 'editor-style.css' => __( 'Visual Editor Stylesheet' ), 14 'editor-style-rtl.css' => __( 'Visual Editor RTL Stylesheet' ), 14 15 'rtl.css' => __( 'RTL Stylesheet' ), 15 16 'comments.php' => __( 'Comments' ), … … 37 38 '.htaccess' => __( '.htaccess (for rewrite rules )' ), 38 39 // Deprecated files 39 'wp-layout.css' => __( 'Stylesheet' ), 'wp-comments.php' => __( 'Comments Template' ), 'wp-comments-popup.php' => __( 'Popup Comments Template' )); 40 'wp-layout.css' => __( 'Stylesheet' ), 41 'wp-comments.php' => __( 'Comments Template' ), 42 'wp-comments-popup.php' => __( 'Popup Comments Template' ), 43 ); 40 44 41 45 /**
Note: See TracChangeset
for help on using the changeset viewer.