Ticket #16893: 16893.diff
File 16893.diff, 664 bytes (added by , 14 years ago) |
---|
-
wp-includes/default-filters.php
215 215 add_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 ); 216 216 add_action( 'template_redirect', 'wp_shortlink_header', 11, 0 ); 217 217 218 if ( isset( $_GET['replytocom'] ) ) 219 add_filter( 'pre_option_blog_public', '__return_zero' ); 220 218 221 // Login actions 219 222 add_action( 'login_head', 'wp_print_head_scripts', 9 ); 220 223 add_action( 'login_footer', 'wp_print_footer_scripts' );