Plugin Directory

Changeset 368049


Ignore:
Timestamp:
04/02/2011 12:06:39 AM (15 years ago)
Author:
0xTC
Message:
 
Location:
wp-tweet-button/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-tweet-button/trunk/readme.txt

    r366382 r368049  
    130130== Changelog ==
    131131
     132= 2.0.8 =
     133* Contains Bugfix related to stuck shorturls after previewing post.
     134
    132135= 2.0.7 =
    133136* Added option to use author configured twitter account as recommended user.
  • wp-tweet-button/trunk/wp-tweet-button.php

    r366018 r368049  
    22/*
    33Plugin Name: WP Tweet Button
    4 Version: 2.0.7
     4Version: 2.0.8
    55Plugin URI: http://0xtc.com/plugins/wp-tweet-button
    66Description: The WordPress implementation of the official Twitter Tweet Button.
     
    985985        $perms = $this->tw_get_long_url(true);
    986986        if ($perms == false) return false;
     987        if (strstr($_SERVER['REQUEST_URI'],'&preview=true')) return $perms;
    987988        if (strstr($perms,'https://') && $this->tw_get_option('tw_no_https_shortlinks')=='1') return $perms;
    988989        if (strstr($perms,'preview=true')) return $perms;
Note: See TracChangeset for help on using the changeset viewer.