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:
parent
6182fa89af
commit
37faed2c03
|
@ -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' ),
|
||||
|
|
Loading…
Reference in New Issue