Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
if (!array_key_exists('JanineBlogPost2Cat', $Context->DatabaseTables)) {
$Context->DatabaseTables['JanineBlogPost2Cat'] = 'post2cat';
$Context->DatabaseColumns['JanineBlogPost2Cat'] = array(
'BlogPostID' => 'post_id',
'BlogPostCategoryID' => 'category_id',
);
if (!array_key_exists('JanineBlogPost2Cat', $Context->DatabaseTables)) {
$Context->DatabaseTables['JanineBlogPost2Cat'] = 'terms';
$Context->DatabaseColumns['JanineBlogPost2Cat'] = array(
'BlogPostID' => 'term_id',
'BlogPostCategoryID' => 'name',
);
$Configuration['JanineControlType'] = 'WordPress21';$Configuration['JanineControlType'] = 'WordPress23';
class JanineWordPress21 extends JanineControl {
function JanineWordPress21(&$Context, $PingMethod) {
$this->Name = 'JanineWordPress21';
class JanineWordPress23 extends JanineControl {
function JanineWordPress23(&$Context, $PingMethod) {
$this->Name = 'JanineWordPress23';