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

git-svn-id: https://develop.svn.wordpress.org/trunk@13993 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-04 11:23:09 +00:00
parent abd47187d1
commit 812222bac3
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' ),