Changeset 36693 for trunk/src/wp-includes/template-loader.php
- Timestamp:
- 02/24/2016 08:56:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template-loader.php
r36344 r36693 41 41 return; 42 42 elseif ( is_embed() ) : 43 $template = ABSPATH . WPINC . '/ embed-template.php';43 $template = ABSPATH . WPINC . '/theme-compat/embed.php'; 44 44 45 45 /** … … 47 47 * 48 48 * @since 4.4.0 49 * @since 4.5.0 The default template path changed to wp-includes/theme-compat/embed.php 49 50 * 50 51 * @param string $template Path to the template file.
Note: See TracChangeset
for help on using the changeset viewer.