Changeset 228357 – WordPress Plugin Repository (original) (raw)

Timestamp:

04/13/2010 11:51:48 AM (16 years ago)

oso96_2000

Message:

update plugin info

Location:

twitter-highlight

Files:

Legend:

Unmodified

Added

Removed

r228353 r228357
2 2 Contributors: oso96_2000
3 3 Donate link: http://pledgie.com/campaigns/10024
4 Tags: twitter
4 Tags: twitter, hashtag, list, username
5 5 Requires at least: 2.9
6 6 Tested up to: 2.9
13 13 Convert the following formats:
14 14
15 @username -> http://twitter.com/username
16 @username/listname -> http://twitter.com/username/listname
17 #hashtag -> http://search.twitter.com/search?q=%23hashtag
15 * @username -> http://twitter.com/username
16 * @username/listname -> http://twitter.com/username/listname
17 * #hashtag -> http://search.twitter.com/search?q=%23hashtag
18 18
19 19 It comes with some options to configure, like use nofollow attribute, open on a new page and choose where you want the links to be replaced.
r228354 r228357
50 50 }
51 51
52 // When installed, put some default options
52 53 public function install() {
53 54 $options = array('inpost' => true,
61 62 }
62 63
64 // Delete options on uninstall
63 65 public function uninstall() {
64 66 delete_options('twitterhl_options');
r228353 r228357
2 2 Contributors: oso96_2000
3 3 Donate link: http://pledgie.com/campaigns/10024
4 Tags: twitter
4 Tags: twitter, hashtag, list, username
5 5 Requires at least: 2.9
6 6 Tested up to: 2.9
13 13 Convert the following formats:
14 14
15 @username -> http://twitter.com/username
16 @username/listname -> http://twitter.com/username/listname
17 #hashtag -> http://search.twitter.com/search?q=%23hashtag
15 * @username -> http://twitter.com/username
16 * @username/listname -> http://twitter.com/username/listname
17 * #hashtag -> http://search.twitter.com/search?q=%23hashtag
18 18
19 19 It comes with some options to configure, like use nofollow attribute, open on a new page and choose where you want the links to be replaced.
r228354 r228357
50 50 }
51 51
52 // When installed, put some default options
52 53 public function install() {
53 54 $options = array('inpost' => true,
61 62 }
62 63
64 // Delete options on uninstall
63 65 public function uninstall() {
64 66 delete_options('twitterhl_options');

Note: See TracChangeset for help on using the changeset viewer.