Changeset 37232
- Timestamp:
- 04/18/2016 01:04:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r37217 r37232 22 22 '404.php' => __( '404 Template' ), 23 23 'link.php' => __( 'Links Template' ), 24 'embed.php' => __( 'Embed Template' ),25 24 // Archives 26 25 'index.php' => __( 'Main Index Template' ), … … 44 43 'audio.php' => __( 'Audio Attachment Template' ), 45 44 'application.php' => __( 'Application Attachment Template' ), 45 // Embeds 46 'embed.php' => __( 'Embed Template' ), 47 'embed-404.php' => __( 'Embed 404 Template' ), 48 'embed-content.php' => __( 'Embed Content Template' ), 49 'header-embed.php' => __( 'Embed Header Template' ), 50 'footer-embed.php' => __( 'Embed Footer Template' ), 46 51 // Stylesheets 47 52 'style.css' => __( 'Stylesheet' ),
Note: See TracChangeset
for help on using the changeset viewer.