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

View File

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