Making WordPress.org

Ticket #4226: #4226.diff

File #4226.diff, 468 bytes (added by BharatKambariya, 6 years ago)
  • functions.php

     
    11<?php
    2 
    32/**
    43 * WP.org Themes' functions and definitions.
    54 *
     
    355354
    356355/**
    357356 * Override the embed template with our own
     357 *
     358 * @param $template
     359 * @return string
    358360 */
    359361function wporg_themes_embed_template( $template ) {
    360362        $theme_embed_template = locate_template( 'embed.php' );