author | Jordan Doyle <jordan@doyle.wf> | 2016-10-27 19:28:34.0 +01:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.wf> | 2016-10-27 19:28:34.0 +01:00:00 |
commit | 5e525c1216880402a666c062d114329e16a9451e [patch] |
|
tree | 35c196b18c0f618f0ce142df074c9ada83c5744e |
|
parent | 0f3495743f3e012124eea592ccf6faa12a5f65fb |
|
download | 5e525c1216880402a666c062d114329e16a9451e.tar.gz |
Fix todo comment
Diff
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 +++ a/src/Proxy/WordpressDatabase.php @@ -119,8 +119,7 @@ /** * 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 *