We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c4fce commit 0d3dd53Copy full SHA for 0d3dd53
src/wordpress.js
@@ -2,7 +2,6 @@ var mysql = require( "mysql" ),
2
config = require( "./config" );
3
4
var db,
5
- // TODO: make sure all queries support siteId
6
postsTable = "wp_" + (config.siteId ? config.siteId + "_" : "") + "posts";
7
postmetaTable = "wp_" + (config.siteId ? config.siteId + "_" : "") + "postmeta";
8
0 commit comments