Give names to author.php and tag.php in the theme editor.

git-svn-id: http://svn.automattic.com/wordpress/trunk@13993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-04-04 11:23:09 +00:00
parent 6182fa89af
commit 37faed2c03
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ $wp_file_descriptions = array (
'header.php' => __( 'Header' ),
'sidebar.php' => __( 'Sidebar' ),
'archive.php' => __( 'Archives' ),
'author.php' => __( 'Author Template' ),
'tag.php' => __( 'Tag Template' ),
'category.php' => __( 'Category Template' ),
'page.php' => __( 'Page Template' ),
'search.php' => __( 'Search Results' ),