Changeset 350466
- Timestamp:
- 02/24/2011 02:48:15 PM (15 years ago)
- Location:
- tweet-mypost
- Files:
-
- 18 added
- 2 edited
-
tags/1.9.2/images/Thumbs.db (added)
-
tags/1.9.3 (added)
-
tags/1.9.3/OAuth.php (added)
-
tags/1.9.3/css (added)
-
tags/1.9.3/css/style.css (added)
-
tags/1.9.3/images (added)
-
tags/1.9.3/images/icon.png (added)
-
tags/1.9.3/lang (added)
-
tags/1.9.3/lang/default.mo (added)
-
tags/1.9.3/lang/default.po (added)
-
tags/1.9.3/lang/tweet_mypost-pt_BR.mo (added)
-
tags/1.9.3/lang/tweet_mypost-pt_BR.po (added)
-
tags/1.9.3/readme.txt (added)
-
tags/1.9.3/screenshot-1.png (added)
-
tags/1.9.3/screenshot-2.png (added)
-
tags/1.9.3/tmp-options.php (added)
-
tags/1.9.3/tweet-mypost.php (added)
-
tags/1.9.3/twitteroauth.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tweet-mypost.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tweet-mypost/trunk/readme.txt
r335314 r350466 5 5 Requires at least: 2.9 6 6 Tested up to: 3.1 7 Stable tag: 1.9. 27 Stable tag: 1.9.3 8 8 9 9 Send to twitter the posts published, using your Twitter App OAuth. Supports scheduling posts. … … 50 50 51 51 == Changelog == 52 53 = 1.9.3 = 54 * Corrigido pequenos erros. 55 52 56 = 1.9.2 = 53 57 * Corrigido pequenos erros. 54 58 * Corrigido Tweet ID. 55 59 56 == Changelog ==57 60 = 1.9.1 = 58 61 * Corrigido problema com o formato do tweet. -
tweet-mypost/trunk/tweet-mypost.php
r335314 r350466 4 4 Plugin URI: http://cybernerd.info/wp-plugins/tweet-mypost/ 5 5 Description: Send to twitter the posts published, using your Twitter App OAuth. Supports scheduling posts. 6 Version: 1.9. 26 Version: 1.9.3 7 7 Author: Ronis Nascimento 8 Author URI: http://www.r eitor.org/8 Author URI: http://www.ronis.com.br 9 9 License: GPLv3 10 10 */ … … 79 79 return trim($s_url); 80 80 } 81 add_action('wp_footer', 'tweetmp_wp');82 81 function tweetmypost($postID){ 83 82 global $options; … … 113 112 } 114 113 } 115 function tweetmp_wp(){echo("\n<p style='display:none'>\n<a href='http://www.ronisroxx.com/'>Ronis Roxx</a>\n</p>\n");}116 114 function tweetmp_box(){ 117 115 global $post, $options;
Note: See TracChangeset
for help on using the changeset viewer.