Theme Editor: After [37217], add other embed templates to file descriptions.
Props Frozzare. Fixes #34561. See #34561. Built from https://develop.svn.wordpress.org/trunk@37232 git-svn-id: http://core.svn.wordpress.org/trunk@37198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
26148850c5
commit
f79aad8e0c
|
@ -21,7 +21,6 @@ $wp_file_descriptions = array(
|
|||
'searchform.php' => __( 'Search Form' ),
|
||||
'404.php' => __( '404 Template' ),
|
||||
'link.php' => __( 'Links Template' ),
|
||||
'embed.php' => __( 'Embed Template' ),
|
||||
// Archives
|
||||
'index.php' => __( 'Main Index Template' ),
|
||||
'archive.php' => __( 'Archives' ),
|
||||
|
@ -43,6 +42,12 @@ $wp_file_descriptions = array(
|
|||
'video.php' => __( 'Video Attachment Template' ),
|
||||
'audio.php' => __( 'Audio Attachment Template' ),
|
||||
'application.php' => __( 'Application Attachment Template' ),
|
||||
// Embeds
|
||||
'embed.php' => __( 'Embed Template' ),
|
||||
'embed-404.php' => __( 'Embed 404 Template' ),
|
||||
'embed-content.php' => __( 'Embed Content Template' ),
|
||||
'header-embed.php' => __( 'Embed Header Template' ),
|
||||
'footer-embed.php' => __( 'Embed Footer Template' ),
|
||||
// Stylesheets
|
||||
'style.css' => __( 'Stylesheet' ),
|
||||
'editor-style.css' => __( 'Visual Editor Stylesheet' ),
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37231';
|
||||
$wp_version = '4.6-alpha-37232';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue