Docs: Reference the correct embed templates and template parts filenames in headers for embed files introduced or changed in 4.5.

See [36693], #34561. See #35986. Fixes #36352.

Built from https://develop.svn.wordpress.org/trunk@37087


git-svn-id: http://core.svn.wordpress.org/trunk@37054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-28 18:24:27 +00:00
parent b6d1626613
commit 0405289c03
4 changed files with 10 additions and 12 deletions

View File

@ -1,10 +1,9 @@
<?php
/**
* Contains the post embed content template part.
* Contains the post embed content template part
*
* When a post is embedded in an iframe, this file is used to
* create the content template part output if the active theme does not include
* a content-embed.php template.
* When a post is embedded in an iframe, this file is used to create the content template part
* output if the active theme does not include an embed-404.php template.
*
* @package WordPress
* @subpackage Theme_Compat

View File

@ -1,10 +1,9 @@
<?php
/**
* Contains the post embed content template part.
* Contains the post embed content template part
*
* When a post is embedded in an iframe, this file is used to
* create the content template part output if the active theme does not include
* a content-embed.php template.
* When a post is embedded in an iframe, this file is used to create the content template part
* output if the active theme does not include an embed-content.php template.
*
* @package WordPress
* @subpackage Theme_Compat

View File

@ -1,9 +1,9 @@
<?php
/**
* Contains the post embed template.
* Contains the post embed base template
*
* When a post is embedded in an iframe, this file is used to
* create the output.
* When a post is embedded in an iframe, this file is used to create the output
* if the active theme does not include an embed.php template.
*
* @package WordPress
* @subpackage oEmbed

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-RC1-37086';
$wp_version = '4.5-RC1-37087';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.