WordPress/wp-includes/theme-compat
Drew Jaynes 0fc00feec3 Embeds: Introduce embed templates into the template hierarchy via theme-compat.
Splits wp-includes/embed-template.php, introduced in 4.4, into five new templates that can be individually overridden by themes:

* embed.php
* embed-404.php
* embed-content.php
* header-embed.php
* footer-embed.php

Also introduces a new template tag for outputting the site title, `the_embed_site_title()`.

The five new templates live in theme-compat, allowing for graceful fallbacks should themes prefer not to override any or all of them.

Props swissspidy, imath, ocean90, DrewAPicture.
See #34561.

Built from https://develop.svn.wordpress.org/trunk@36693


git-svn-id: http://core.svn.wordpress.org/trunk@36660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-02-24 20:57:26 +00:00
..
comments.php Theme Compat: Replace the custom comment form with comment_form() and reduce number of links. 2016-02-20 14:41:27 +00:00
embed-404.php Embeds: Introduce embed templates into the template hierarchy via theme-compat. 2016-02-24 20:57:26 +00:00
embed-content.php Embeds: Introduce embed templates into the template hierarchy via theme-compat. 2016-02-24 20:57:26 +00:00
embed.php Embeds: Introduce embed templates into the template hierarchy via theme-compat. 2016-02-24 20:57:26 +00:00
footer-embed.php Embeds: Introduce embed templates into the template hierarchy via theme-compat. 2016-02-24 20:57:26 +00:00
footer.php Theme Compat: Replace the custom comment form with comment_form() and reduce number of links. 2016-02-20 14:41:27 +00:00
header-embed.php Embeds: Introduce embed templates into the template hierarchy via theme-compat. 2016-02-24 20:57:26 +00:00
header.php Add translator comments for strings in theme-compat/header.php. 2015-10-30 10:39:25 +00:00
sidebar.php Theme Compat: Replace the custom comment form with comment_form() and reduce number of links. 2016-02-20 14:41:27 +00:00