Make WordPress Core

Changeset 37088


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

Docs: Standardize file headers for two embed templates introduced in [36693] for #34561.

Props flixos90.
Also missed props for flixos90 on [37087].

See #35986. See #36352.

Location:
trunk/src/wp-includes/theme-compat
Files:
2 edited

Legend:

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

    r36693 r37088  
    11<?php
    22/**
    3  * Contains the post embed footer template.
     3 * Contains the post embed footer template
    44 *
    5  * When a post is embedded in an iframe, this file is used to
    6  * create the footer output if the active theme does not include
    7  * a footer-embed.php template.
     5 * When a post is embedded in an iframe, this file is used to create the footer output
     6 * if the active theme does not include a footer-embed.php template.
    87 *
    98 * @package WordPress
  • trunk/src/wp-includes/theme-compat/header-embed.php

    r36693 r37088  
    11<?php
    22/**
    3  * Contains the post embed header template.
     3 * Contains the post embed header template
    44 *
    5  * When a post is embedded in an iframe, this file is used to
    6  * create the header output if the active theme does not include
    7  * a header-embed.php template.
     5 * When a post is embedded in an iframe, this file is used to create the header output
     6 * if the active theme does not include a header-embed.php template.
    87 *
    98 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.