diff --git a/wp-includes/functions-formatting.php b/wp-includes/functions-formatting.php
index 311d293df0..d0ba110e14 100644
--- a/wp-includes/functions-formatting.php
+++ b/wp-includes/functions-formatting.php
@@ -489,7 +489,7 @@ function make_clickable($ret) {
}
function wp_rel_nofollow( $text ) {
- $text = preg_replace('||i', '', $text);
+ $text = preg_replace('||i', '', $text);
return $text;
}