Changeset 554541
- Timestamp:
- 06/07/2012 08:59:35 PM (14 years ago)
- Location:
- linkworth-wp-plugin/trunk
- Files:
-
- 2 edited
-
LinkWorth_WordPress.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linkworth-wp-plugin/trunk/LinkWorth_WordPress.php
r529543 r554541 5 5 Description: LinkWorth Easy Link Syndication for WordPress and WPMU 6 6 Author: LinkWorth 7 Version: 3.2. 57 Version: 3.2.6 8 8 Author URI: http://www.linkworth.com/ 9 9 License: GPLv2 or later … … 1058 1058 $lw_style = $lw_options['lw_style']; 1059 1059 $lw_rel = $lw_options['rel']; 1060 $lw_anchor = $ad['anchor'];1060 $lw_anchor = html_entity_decode($ad['anchor']); 1061 1061 1062 1062 if( isset( $ad['link_title'] ) && !empty( $ad['link_title'] ) ) -
linkworth-wp-plugin/trunk/readme.txt
r529543 r554541 5 5 Requires at least: 2.3 6 6 Tested up to: 3.3.1 7 Stable tag: 3.2. 57 Stable tag: 3.2.6 8 8 9 9 Easily publish different types of text link products and in-content ads from linkworth.com.
Note: See TracChangeset
for help on using the changeset viewer.