Plugin Directory

Changeset 350466


Ignore:
Timestamp:
02/24/2011 02:48:15 PM (15 years ago)
Author:
reitor
Message:
 
Location:
tweet-mypost
Files:
18 added
2 edited

Legend:

Unmodified
Added
Removed
  • tweet-mypost/trunk/readme.txt

    r335314 r350466  
    55Requires at least: 2.9
    66Tested up to: 3.1
    7 Stable tag: 1.9.2
     7Stable tag: 1.9.3
    88
    99Send to twitter the posts published, using your Twitter App OAuth. Supports scheduling posts.
     
    5050
    5151== Changelog ==
     52
     53= 1.9.3 =
     54* Corrigido pequenos erros.
     55
    5256= 1.9.2 =
    5357* Corrigido pequenos erros.
    5458* Corrigido Tweet ID.
    5559
    56 == Changelog ==
    5760= 1.9.1 =
    5861* Corrigido problema com o formato do tweet.
  • tweet-mypost/trunk/tweet-mypost.php

    r335314 r350466  
    44Plugin URI: http://cybernerd.info/wp-plugins/tweet-mypost/
    55Description: Send to twitter the posts published, using your Twitter App OAuth. Supports scheduling posts.
    6 Version: 1.9.2
     6Version: 1.9.3
    77Author: Ronis Nascimento
    8 Author URI: http://www.reitor.org/
     8Author URI: http://www.ronis.com.br
    99License: GPLv3
    1010*/
     
    7979    return trim($s_url);
    8080}
    81 add_action('wp_footer', 'tweetmp_wp');
    8281function tweetmypost($postID){
    8382    global $options;
     
    113112    }
    114113}
    115 function tweetmp_wp(){echo("\n<p style='display:none'>\n<a href='http://www.ronisroxx.com/'>Ronis Roxx</a>\n</p>\n");}
    116114function tweetmp_box(){
    117115    global $post, $options;
Note: See TracChangeset for help on using the changeset viewer.