Created
October 16, 2012 15:40
Revisions
-
There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ <?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 */ } ?>