diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 72f5e2209b..1b287e8267 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -21,6 +21,7 @@ $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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 68805a4228..27466790a7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37216'; +$wp_version = '4.6-alpha-37217'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.