mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Fix option name. props ocean90, see #21719.
git-svn-id: https://develop.svn.wordpress.org/trunk@22070 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user