Make WordPress Core


Ignore:
Timestamp:
03/28/2016 06:23:53 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Reference the correct embed templates and template parts filenames in headers for embed files introduced or changed in 4.5.

See [36693], #34561. See #35986. Fixes #36352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/embed-content.php

    r36693 r37087  
    11<?php
    22/**
    3  * Contains the post embed content template part.
     3 * Contains the post embed content template part
    44 *
    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.
    87 *
    98 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.