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.php

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