Make WordPress Core


Ignore:
Timestamp:
10/13/2009 05:04:22 PM (17 years ago)
Author:
ryan
Message:

Embeds. Props Viper007Bond. see #10337

File:
1 edited

Legend:

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

    r11929 r12023  
    207207add_action('init', 'smilies_init', 5);
    208208add_action( 'plugins_loaded', 'wp_maybe_load_widgets', 0 );
     209add_action( 'plugins_loaded', 'wp_maybe_load_embeds', 0 );
    209210add_action( 'shutdown', 'wp_ob_end_flush_all', 1);
    210211add_action( 'pre_post_update', 'wp_save_post_revision' );
Note: See TracChangeset for help on using the changeset viewer.