Revert [18592] because there are issues to solve with autop/shortcode parsing ordering before we add this. See #10457 and #19411
git-svn-id: http://svn.automattic.com/wordpress/trunk@19547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
01fa7bdf7f
commit
1ff56e0182
|
@ -194,8 +194,6 @@ add_filter( 'comments_open', '_close_comments_for_old_post', 10, 2 );
|
|||
add_filter( 'pings_open', '_close_comments_for_old_post', 10, 2 );
|
||||
add_filter( 'editable_slug', 'urldecode' );
|
||||
add_filter( 'nav_menu_meta_box_object', '_wp_nav_menu_meta_box_object' );
|
||||
add_filter( 'widget_text', 'shortcode_unautop' );
|
||||
add_filter( 'widget_text', 'do_shortcode' );
|
||||
|
||||
// Actions
|
||||
add_action( 'wp_head', 'wp_enqueue_scripts', 1 );
|
||||
|
|
Loading…
Reference in New Issue