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 <?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 * When a post is embedded in an iframe, this file is used to create the content template part
* create the content template part output if the active theme does not include * output if the active theme does not include an embed-404.php template.
* a content-embed.php template.
* *
* @package WordPress * @package WordPress
* @subpackage Theme_Compat * @subpackage Theme_Compat

View File

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

View File

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