Plugin Directory

Changeset 346634


Ignore:
Timestamp:
02/16/2011 11:03:06 PM (15 years ago)
Author:
0xTC
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-tweet-button/trunk/wp-tweet-button.php

    r346630 r346634  
    534534//          global $post;
    535535    //      $this->postid = $post->ID;
    536  //         echo '<!-- postid is '.$this->postid.' -->';
    537536/*      }
    538537*/
     
    10451044    */
    10461045    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;
    10521048        if (
    10531049            (!$this->readyState) ||
Note: See TracChangeset for help on using the changeset viewer.