Fix option name. props ocean90, see #21719.

git-svn-id: http://core.svn.wordpress.org/trunk@22070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-09-27 19:19:18 +00:00
parent b4176c827e
commit f944aba4e5

View File

@ -285,7 +285,7 @@ add_action( 'admin_color_scheme_picker', 'admin_color_scheme_picker' );
// If the upgrade hasn't run yet, assume link manager is used.
add_filter( 'default_option_link_manager_enabled', '__return_true' );
// Automatically embed URLs
add_filter( 'default_option_autoembed_urls', '__return_true' );
// This option no longer exists; tell plugins we always support auto-embedding.
add_filter( 'default_option_embed_autourls', '__return_true' );
unset($filter, $action);