Changeset 37088
- Timestamp:
- 03/28/2016 06:26:43 PM (9 years ago)
- Location:
- trunk/src/wp-includes/theme-compat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/footer-embed.php
r36693 r37088 1 1 <?php 2 2 /** 3 * Contains the post embed footer template .3 * Contains the post embed footer template 4 4 * 5 * When a post is embedded in an iframe, this file is used to 6 * create the footer output if the active theme does not include 7 * a footer-embed.php template. 5 * When a post is embedded in an iframe, this file is used to create the footer output 6 * if the active theme does not include a footer-embed.php template. 8 7 * 9 8 * @package WordPress -
trunk/src/wp-includes/theme-compat/header-embed.php
r36693 r37088 1 1 <?php 2 2 /** 3 * Contains the post embed header template .3 * Contains the post embed header template 4 4 * 5 * When a post is embedded in an iframe, this file is used to 6 * create the header output if the active theme does not include 7 * a header-embed.php template. 5 * When a post is embedded in an iframe, this file is used to create the header output 6 * if the active theme does not include a header-embed.php template. 8 7 * 9 8 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.