WPINC_class wp comment query.php Notes - WordPress-Thinstall/wordpress-develop GitHub Wiki
interface CommentQueryInterface {
public function parse_query( $query = '' );
public function query( $query );
public function get_comments();
public function get_search_sql( $string, $cols ); // protected access via __call
}