Adds rel="nofollow" string to all HTML entities A elements in content and escapes the content using esc_sql().
Note: this is not appropriate for escaping HTML for output: this function is for adding nofollow to content being added to the database.
<?php wp_rel_nofollow( $text ) ?>
wp_rel_nofollow() is located in wp-includes/formatting.php
.