| 16 | | 'index.php' => __( 'Main Index Template' ), |
| 17 | | 'style.css' => __( 'Stylesheet' ), |
| 18 | | 'editor-style.css' => __( 'Visual Editor Stylesheet' ), |
| 19 | | 'editor-style-rtl.css' => __( 'Visual Editor RTL Stylesheet' ), |
| 20 | | 'rtl.css' => __( 'RTL Stylesheet' ), |
| 21 | | 'comments.php' => __( 'Comments' ), |
| 22 | | 'footer.php' => __( 'Theme Footer' ), |
| 23 | | 'header.php' => __( 'Theme Header' ), |
| 24 | | 'sidebar.php' => __( 'Sidebar' ), |
| 25 | | 'archive.php' => __( 'Archives' ), |
| 26 | | 'author.php' => __( 'Author Template' ), |
| 27 | | 'tag.php' => __( 'Tag Template' ), |
| 28 | | 'category.php' => __( 'Category Template' ), |
| 29 | | 'page.php' => __( 'Page Template' ), |
| 30 | | 'search.php' => __( 'Search Results' ), |
| 31 | | 'searchform.php' => __( 'Search Form' ), |
| 32 | | 'single.php' => __( 'Single Post' ), |
| 33 | | '404.php' => __( '404 Template' ), |
| 34 | | 'link.php' => __( 'Links Template' ), |
| 35 | | 'functions.php' => __( 'Theme Functions' ), |
| 36 | | 'attachment.php' => __( 'Attachment Template' ), |
| 37 | | 'image.php' => __('Image Attachment Template'), |
| 38 | | 'video.php' => __('Video Attachment Template'), |
| 39 | | 'audio.php' => __('Audio Attachment Template'), |
| 40 | | 'application.php' => __('Application Attachment Template'), |
| 41 | | 'my-hacks.php' => __( 'my-hacks.php (legacy hacks support)' ), |
| 42 | | '.htaccess' => __( '.htaccess (for rewrite rules )' ), |
| | 16 | 'functions.php' => __( 'Theme Functions' ), |
| | 17 | 'header.php' => __( 'Theme Header' ), |
| | 18 | 'footer.php' => __( 'Theme Footer' ), |
| | 19 | 'sidebar.php' => __( 'Sidebar' ), |
| | 20 | 'comments.php' => __( 'Comments' ), |
| | 21 | 'searchform.php' => __( 'Search Form' ), |
| | 22 | '404.php' => __( '404 Template' ), |
| | 23 | 'link.php' => __( 'Links Template' ), |
| | 24 | // Archives |
| | 25 | 'index.php' => __( 'Main Index Template' ), |
| | 26 | 'archive.php' => __( 'Archives' ), |
| | 27 | 'author.php' => __( 'Author Template' ), |
| | 28 | 'taxonomy.php' => __( 'Taxonomy Template' ), |
| | 29 | 'category.php' => __( 'Category Template' ), |
| | 30 | 'tag.php' => __( 'Tag Template' ), |
| | 31 | 'home.php' => __( 'Posts Page' ), |
| | 32 | 'front-page.php' => __( 'Static Front Page' ), |
| | 33 | 'search.php' => __( 'Search Results' ), |
| | 34 | 'date.php' => __( 'Date Template' ), |
| | 35 | // Content |
| | 36 | 'singular.php' => __( 'Singular' ), |
| | 37 | 'single.php' => __( 'Single Post' ), |
| | 38 | 'page.php' => __( 'Single Page' ), |
| | 39 | // Attachments |
| | 40 | 'attachment.php' => __( 'Attachment Template' ), |
| | 41 | 'image.php' => __( 'Image Attachment Template' ), |
| | 42 | 'video.php' => __( 'Video Attachment Template' ), |
| | 43 | 'audio.php' => __( 'Audio Attachment Template' ), |
| | 44 | 'application.php' => __( 'Application Attachment Template' ), |
| | 45 | // Stylesheets |
| | 46 | 'style.css' => __( 'Stylesheet' ), |
| | 47 | 'editor-style.css' => __( 'Visual Editor Stylesheet' ), |
| | 48 | 'editor-style-rtl.css' => __( 'Visual Editor RTL Stylesheet' ), |
| | 49 | 'rtl.css' => __( 'RTL Stylesheet' ), |
| | 50 | // Other |
| | 51 | 'my-hacks.php' => __( 'my-hacks.php (legacy hacks support)' ), |
| | 52 | '.htaccess' => __( '.htaccess (for rewrite rules )' ), |