Make WordPress Core

Ticket #36352: 36352.diff

File 36352.diff, 1.5 KB (added by flixos90, 9 years ago)

fixed embed template headers

  • src/wp-includes/theme-compat/embed-404.php

     
    44 *
    55 * When a post is embedded in an iframe, this file is used to
    66 * create the content template part output if the active theme does not include
    7  * a content-embed.php template.
     7 * an embed-404.php template.
    88 *
    99 * @package WordPress
    1010 * @subpackage Theme_Compat
  • src/wp-includes/theme-compat/embed-content.php

     
    44 *
    55 * When a post is embedded in an iframe, this file is used to
    66 * create the content template part output if the active theme does not include
    7  * a content-embed.php template.
     7 * an embed-content.php template.
    88 *
    99 * @package WordPress
    1010 * @subpackage Theme_Compat
  • src/wp-includes/theme-compat/embed.php

     
    33 * Contains the post embed template.
    44 *
    55 * When a post is embedded in an iframe, this file is used to
    6  * create the output.
     6 * create the output if the active theme does not include
     7 * an embed.php template.
    78 *
    89 * @package WordPress
    910 * @subpackage oEmbed