Plugin Directory

Changeset 554541


Ignore:
Timestamp:
06/07/2012 08:59:35 PM (14 years ago)
Author:
linkworth
Message:

added html_entity_decode to anchor text.

Location:
linkworth-wp-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • linkworth-wp-plugin/trunk/LinkWorth_WordPress.php

    r529543 r554541  
    55Description: LinkWorth Easy Link Syndication for WordPress and WPMU
    66Author: LinkWorth
    7 Version: 3.2.5
     7Version: 3.2.6
    88Author URI: http://www.linkworth.com/
    99License: GPLv2 or later
     
    10581058        $lw_style = $lw_options['lw_style'];
    10591059        $lw_rel = $lw_options['rel'];
    1060         $lw_anchor = $ad['anchor'];
     1060        $lw_anchor = html_entity_decode($ad['anchor']);
    10611061
    10621062        if( isset( $ad['link_title'] ) && !empty( $ad['link_title'] ) )
  • linkworth-wp-plugin/trunk/readme.txt

    r529543 r554541  
    55Requires at least: 2.3
    66Tested up to: 3.3.1
    7 Stable tag: 3.2.5
     7Stable tag: 3.2.6
    88
    99Easily publish different types of text link products and in-content ads from linkworth.com.
Note: See TracChangeset for help on using the changeset viewer.