Make WordPress Core

Changeset 19547


Ignore:
Timestamp:
12/03/2011 09:35:38 AM (14 years ago)
Author:
westi
Message:

Revert [18592] because there are issues to solve with autop/shortcode parsing ordering before we add this. See #10457 and #19411

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r19304 r19547  
    195195add_filter( 'editable_slug',            'urldecode'                           );
    196196add_filter( 'nav_menu_meta_box_object', '_wp_nav_menu_meta_box_object'        );
    197 add_filter( 'widget_text',              'shortcode_unautop'                   );
    198 add_filter( 'widget_text',              'do_shortcode'                        );
    199197
    200198// Actions
Note: See TracChangeset for help on using the changeset viewer.