Ticket #10457: 10457.diff
File 10457.diff, 632 bytes (added by , 14 years ago) |
---|
-
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', 'do_shortcode' ); 166 167 167 168 // Atom SSL support 168 169 add_filter( 'atom_service_url','atom_service_url_filter' );