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:
parent
b26e3d0508
commit
0a5885ce3c
@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?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
|
* When a post is embedded in an iframe, this file is used to create the footer output
|
||||||
* create the footer output if the active theme does not include
|
* if the active theme does not include a footer-embed.php template.
|
||||||
* a footer-embed.php template.
|
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Theme_Compat
|
* @subpackage Theme_Compat
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?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
|
* When a post is embedded in an iframe, this file is used to create the header output
|
||||||
* create the header output if the active theme does not include
|
* if the active theme does not include a header-embed.php template.
|
||||||
* a header-embed.php template.
|
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Theme_Compat
|
* @subpackage Theme_Compat
|
||||||
|
Loading…
Reference in New Issue
Block a user