Ticket #4226: #4226.diff
File #4226.diff, 468 bytes (added by , 6 years ago) |
---|
-
functions.php
1 1 <?php 2 3 2 /** 4 3 * WP.org Themes' functions and definitions. 5 4 * … … 355 354 356 355 /** 357 356 * Override the embed template with our own 357 * 358 * @param $template 359 * @return string 358 360 */ 359 361 function wporg_themes_embed_template( $template ) { 360 362 $theme_embed_template = locate_template( 'embed.php' );