Friendlier names
git-svn-id: http://svn.automattic.com/wordpress/trunk@2825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ee6ae5ccf7
commit
69405371e3
|
@ -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)'),
|
||||
|
|
Loading…
Reference in New Issue