Friendlier names

git-svn-id: http://svn.automattic.com/wordpress/trunk@2825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-08-30 23:05:44 +00:00
parent ee6ae5ccf7
commit 69405371e3
1 changed files with 8 additions and 8 deletions

View File

@ -1211,16 +1211,16 @@ $wp_file_descriptions =
array(
'index.php' => __('Main Index Template'),
'style.css' => __('Stylesheet'),
'comments.php' => __('Comments Template'),
'comments-popup.php' => __('Popup Comments Template'),
'footer.php' => __('Footer Template'),
'header.php' => __('Header Template'),
'sidebar.php' => __('Sidebar Template'),
'archive.php' => __('Archive Template'),
'comments.php' => __('Comments'),
'comments-popup.php' => __('Popup Comments'),
'footer.php' => __('Footer'),
'header.php' => __('Header'),
'sidebar.php' => __('Sidebar'),
'archive.php' => __('Archives'),
'category.php' => __('Category Template'),
'page.php' => __('Page Template'),
'search.php' => __('Search Template'),
'single.php' => __('Post Template'),
'search.php' => __('Search Results'),
'single.php' => __('Single Post'),
'404.php' => __('404 Template'),
'my-hacks.php' => __('my-hacks.php (legacy hacks support)'),
'.htaccess' => __('.htaccess (for rewrite rules)'),