Changeset 12023 for trunk/wp-includes/functions.php
- Timestamp:
- 10/13/2009 05:04:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r11995 r12023 2743 2743 2744 2744 /** 2745 * Determines if default embed handlers should be loaded. 2746 * 2747 * Checks to make sure that the embeds library hasn't already been loaded. If 2748 * it hasn't, then it will load the embeds library. 2749 * 2750 * @since 2.9 2751 */ 2752 function wp_maybe_load_embeds() { 2753 if ( ! apply_filters('load_default_embeds', true) ) 2754 return; 2755 require_once( ABSPATH . WPINC . '/default-embeds.php' ); 2756 } 2757 2758 /** 2745 2759 * Determines if Widgets library should be loaded. 2746 2760 *
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)