<?php
include("wp-config.php");
$wpdb->update($wpdb->wp_comments, array("comment_author_url" => ""));
//İster bunu ana dizine kaydet çalıştır
//UPDATE wp_comments SET `comment_author_url` = '';
//ister bunu phpmyadminden çalıştır.
?>