This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (the_date('U') < strtotime('5 Oct 2012')) { // Where 5 Oct 2012 is the date they switched | |
/* DEFAULT WORDPRESS COMMENTS TEMPLATE GOES HERE */ | |
} else { | |
/* VANILLA COMMENTS GOES HERE */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @copyright Vanilla Forums Inc. | |
* @license GNU GPL2 | |
*/ | |
/** | |
* Instantiating this class will store current user's ID from cookie as $this->UserID. | |
*/ | |
class VanillaIdentity { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE `GDN_Activity` , | |
`GDN_ActivityType` , | |
`GDN_Category` , | |
`GDN_Comment` , | |
`GDN_CommentWatch` , | |
`GDN_Conversation` , | |
`GDN_ConversationMessage` , | |
`GDN_Discussion` , | |
`GDN_Draft` , | |
`GDN_Invitation` , |