Add filters to comments_open() and pings_open(). Props tellyworth. fixes #5761
git-svn-id: http://svn.automattic.com/wordpress/trunk@6716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -69,9 +69,7 @@ if (empty($title) && empty($tb_url) && empty($blog_name)) {
|
||||
if ( !empty($tb_url) && !empty($title) ) {
|
||||
header('Content-Type: text/xml; charset=' . get_option('blog_charset') );
|
||||
|
||||
$pingstatus = $wpdb->get_var("SELECT ping_status FROM $wpdb->posts WHERE ID = $tb_id");
|
||||
|
||||
if ( 'open' != $pingstatus )
|
||||
if ( !pings_open($tb_id) )
|
||||
trackback_response(1, 'Sorry, trackbacks are closed for this item.');
|
||||
|
||||
$title = wp_specialchars( strip_tags( $title ) );
|
||||
|
||||
Reference in New Issue
Block a user