Skip to content

Commit 0d3dd53

Browse files
committed
Remvoed completed todo.
1 parent b6c4fce commit 0d3dd53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wordpress.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ var mysql = require( "mysql" ),
22
config = require( "./config" );
33

44
var db,
5-
// TODO: make sure all queries support siteId
65
postsTable = "wp_" + (config.siteId ? config.siteId + "_" : "") + "posts";
76
postmetaTable = "wp_" + (config.siteId ? config.siteId + "_" : "") + "postmeta";
87

0 commit comments

Comments
 (0)