From 812222bac31e17fcb6720c9456f60d5d6e3908dc Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 4 Apr 2010 11:23:09 +0000 Subject: [PATCH] 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 --- wp-admin/includes/file.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 552b34485a..caf3c27c41 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -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' ),