Changeset 37087 for trunk/src/wp-includes/theme-compat/embed-content.php
- Timestamp:
- 03/28/2016 06:23:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.