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:
parent
b4176c827e
commit
f944aba4e5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue