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