Docs: Standardize file headers for two embed templates introduced in [36693] for #34561.

Props flixos90.
Also missed props for flixos90 on [37087].

See #35986. See #36352.


git-svn-id: https://develop.svn.wordpress.org/trunk@37088 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-28 18:26:43 +00:00
parent b26e3d0508
commit 0a5885ce3c
2 changed files with 6 additions and 8 deletions

View File

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

View File

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