From 5e525c1216880402a666c062d114329e16a9451e Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Thu, 27 Oct 2016 19:28:34 +0100 Subject: [PATCH] Fix todo comment --- src/Proxy/WordpressDatabase.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Proxy/WordpressDatabase.php b/src/Proxy/WordpressDatabase.php index 3784a56..cbc108c 100644 --- a/src/Proxy/WordpressDatabase.php +++ b/src/Proxy/WordpressDatabase.php @@ -119,8 +119,7 @@ class WordpressDatabase extends wpdb /** * Real escape, using PDO's quote function. * - * TODO: eventually swap this out for proper prepared - * statements rather than working around Wordpress' limitations. + * TODO: eventually swap this out for proper prepared statements rather than working around Wordpress' limitations. * * @param string $string to escape * -- libgit2 1.7.2