Version Description
Download this release
Release Info
| Developer | freediver |
| Plugin | |
| Version | 2.7.2 |
| Comparing to | |
| See all releases | |
Code changes from version 2.7.1 to 2.7.2
- seo-links.php +2 -2
seo-links.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
/*
|
| 4 |
Plugin Name: SEO Smart Links
|
| 5 |
-
Version: 2.7.
|
| 6 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links
|
| 7 |
Author: Vladimir Prelovac
|
| 8 |
Author URI: http://www.prelovac.com/vladimir
|
|
@@ -176,7 +176,7 @@ function SEOLinks_process_text($text, $mode)
|
|
| 176 |
|
| 177 |
$replace="<a title=\"$1\" href=\"$url\">$1</a>";
|
| 178 |
$regexp=str_replace('$name', $name, $reg);
|
| 179 |
-
|
| 180 |
//$regexp="/(?!(?:[^<]+>|[^>]+<\/a>))(?<!\p{L})($name)(?!\p{L})/imsU";
|
| 181 |
$newtext = preg_replace($regexp, $replace, $text, $maxsingle);
|
| 182 |
if ($newtext!=$text) {
|
| 2 |
|
| 3 |
/*
|
| 4 |
Plugin Name: SEO Smart Links
|
| 5 |
+
Version: 2.7.2
|
| 6 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links
|
| 7 |
Author: Vladimir Prelovac
|
| 8 |
Author URI: http://www.prelovac.com/vladimir
|
| 176 |
|
| 177 |
$replace="<a title=\"$1\" href=\"$url\">$1</a>";
|
| 178 |
$regexp=str_replace('$name', $name, $reg);
|
| 179 |
+
|
| 180 |
//$regexp="/(?!(?:[^<]+>|[^>]+<\/a>))(?<!\p{L})($name)(?!\p{L})/imsU";
|
| 181 |
$newtext = preg_replace($regexp, $replace, $text, $maxsingle);
|
| 182 |
if ($newtext!=$text) {
|
