Plugin Directory

Changeset 1640399


Ignore:
Timestamp:
04/19/2017 08:58:23 AM (9 years ago)
Author:
makong
Message:

2.71 -> 2.72

Location:
internal-links-generator
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • internal-links-generator/trunk/internal-links-generator.php

    r1640366 r1640399  
    44Plugin URI: https://makong.kiev.ua/plugins/internal-links-generator/
    55Description: Simple way to automatically link a certain word or phrase in your post/page/custom content to a URL you specify.
    6 Version: 2.71
     6Version: 2.72
    77Author: Makong
    88Author URI: http://makong.kiev.ua/
  • internal-links-generator/trunk/settings.php

    r1637685 r1640399  
    282282                foreach($_POST['ids'] as $gid){
    283283                                       
    284                     $target  = esc_url($data[$gid][2]);
     284                    $target  = trim($data[$gid][2]);
    285285                    $pid     = absint($data[$gid][0]);
    286286                                       
Note: See TracChangeset for help on using the changeset viewer.