Changeset 1640399
- Timestamp:
- 04/19/2017 08:58:23 AM (9 years ago)
- Location:
- internal-links-generator
- Files:
-
- 2 deleted
- 2 edited
-
assets/icon-128x128.jpg (deleted)
-
assets/icon-256x256.jpg (deleted)
-
trunk/internal-links-generator.php (modified) (1 diff)
-
trunk/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
internal-links-generator/trunk/internal-links-generator.php
r1640366 r1640399 4 4 Plugin URI: https://makong.kiev.ua/plugins/internal-links-generator/ 5 5 Description: Simple way to automatically link a certain word or phrase in your post/page/custom content to a URL you specify. 6 Version: 2.7 16 Version: 2.72 7 7 Author: Makong 8 8 Author URI: http://makong.kiev.ua/ -
internal-links-generator/trunk/settings.php
r1637685 r1640399 282 282 foreach($_POST['ids'] as $gid){ 283 283 284 $target = esc_url($data[$gid][2]);284 $target = trim($data[$gid][2]); 285 285 $pid = absint($data[$gid][0]); 286 286
Note: See TracChangeset
for help on using the changeset viewer.