Changeset 468
- Timestamp:
- 02/11/08 20:06:10 (2 years ago)
- Location:
- trunk/PromoteThis
- Files:
-
- 2 added
- 1 modified
-
build (added)
-
build/Makefile (added)
-
plugins/PromoteThis/PromoteThis.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PromoteThis/plugins/PromoteThis/PromoteThis.pl
r467 r468 11 11 12 12 use vars qw( $VERSION $plugin ); 13 $VERSION = '1.0 6';13 $VERSION = '1.07'; 14 14 15 15 eval { … … 179 179 my $ctx = shift; 180 180 my $entry = $ctx->stash('entry'); 181 my $link = 'http://www.stumbleupon.com/submit ?url=';182 $link .= MT::Util::encode_url($entry->permalink);181 my $link = 'http://www.stumbleupon.com/submit'; 182 $link .= '?url=' . MT::Util::encode_url($entry->permalink); 183 183 $link .= '&title=' . MT::Util::encode_url($entry->title); 184 184 return $link;
