Ticket #10457: 10457-2.diff
File 10457-2.diff, 827 bytes (added by , 15 years ago) |
---|
-
Users/steph/Documents/code/WordPressSVN/trunk/wp-includes/default-filters.php
163 163 add_filter( 'comments_open', '_close_comments_for_old_post', 10, 2 ); 164 164 add_filter( 'pings_open', '_close_comments_for_old_post', 10, 2 ); 165 165 add_filter( 'editable_slug', 'urldecode' ); 166 add_filter( 'widget_text', 'shortcode_unautop' ); 167 add_filter( 'widget_text', 'do_shortcode' ); 166 168 167 169 // Atom SSL support 168 170 add_filter( 'atom_service_url','atom_service_url_filter' );