Changeset 346634
- Timestamp:
- 02/16/2011 11:03:06 PM (15 years ago)
- File:
-
- 1 edited
-
wp-tweet-button/trunk/wp-tweet-button.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-tweet-button/trunk/wp-tweet-button.php
r346630 r346634 534 534 // global $post; 535 535 // $this->postid = $post->ID; 536 // echo '<!-- postid is '.$this->postid.' -->';537 536 /* } 538 537 */ … … 1045 1044 */ 1046 1045 function tw_update($content) { 1047 global $post; 1048 $this->postid = $post->ID; 1049 echo '<!-- postid is now '.$this->postid.' -->'; 1050 1051 1046 global $post; 1047 $this->postid = $post->ID; 1052 1048 if ( 1053 1049 (!$this->readyState) ||
Note: See TracChangeset
for help on using the changeset viewer.