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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-28 18:27:26 +00:00
parent 0405289c03
commit 0e53ff6692
3 changed files with 7 additions and 9 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

View File

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