Make WordPress Core


Ignore:
Timestamp:
10/17/2015 11:25:56 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Embeds: After [35235], replace some missed oembed references with embed.

Props peterwilsoncc.
Fixes #34272.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r35235 r35253  
    457457add_action( 'embed_head',           'locale_stylesheet'                    );
    458458
    459 add_action( 'oembed_footer',        'wp_print_footer_scripts',       20    );
     459add_action( 'embed_footer',         'wp_print_footer_scripts',       20    );
    460460
    461461add_filter( 'excerpt_more',         'wp_embed_excerpt_more',         20    );
Note: See TracChangeset for help on using the changeset viewer.