Skip to content

Instantly share code, notes, and snippets.

@manjilab
Created November 13, 2009 21:10
Show Gist options
  • Save manjilab/234158 to your computer and use it in GitHub Desktop.
Save manjilab/234158 to your computer and use it in GitHub Desktop.
--- wordtwit.php.orig 2009-11-14 06:06:21.000000000 +0900
+++ wordtwit.php 2009-11-14 05:59:52.000000000 +0900
@@ -465,7 +465,7 @@
the_post();
global $post;
- $cur_time = strtotime( $post->post_date_gmt );
+ $cur_time = strtotime( $post->post_date );
if ( $cur_time < $activation_time ) {
//echo $cur_time . " " . $activation_time . " " . time() . " " ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment