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.


git-svn-id: https://develop.svn.wordpress.org/trunk@37087 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-28 18:23:53 +00:00
parent b7e91e1dcc
commit b26e3d0508
3 changed files with 9 additions and 11 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