Make WordPress Core

Changeset 37087


Ignore:
Timestamp:
03/28/2016 06:23:53 PM (8 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.

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  
    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-404.php template.
    87 *
    98 * @package WordPress
  • 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
  • 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.