Version Description
Download this release
Release Info
Developer | uberdose |
Plugin | All in One SEO Pack |
Version | 1.3.5.9 |
Comparing to | |
See all releases |
Code changes from version 1.3.5.8 to 1.3.5.9
- all_in_one_seo_pack-es_ES.mo +0 -0
- all_in_one_seo_pack.php +7 -3
all_in_one_seo_pack-es_ES.mo
ADDED
Binary file
|
all_in_one_seo_pack.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: All in One SEO Pack
|
5 |
Plugin URI: http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
|
6 |
Description: Out-of-the-box SEO for your Wordpress blog.
|
7 |
-
Version: 1.3.5.
|
8 |
Author: uberdose
|
9 |
Author URI: http://wp.uberdose.com/
|
10 |
*/
|
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
28 |
|
29 |
class All_in_One_SEO_Pack {
|
30 |
|
31 |
-
var $version = "1.3.5.
|
32 |
|
33 |
/**
|
34 |
* Max numbers of chars in auto-generated description.
|
@@ -206,7 +206,11 @@ class All_in_One_SEO_Pack {
|
|
206 |
|
207 |
function replace_title($content, $title) {
|
208 |
$title = trim(strip_tags($title));
|
209 |
-
|
|
|
|
|
|
|
|
|
210 |
$title_tag_start = "<title>";
|
211 |
$title_tag_end = "</title>";
|
212 |
$len_start = strlen($title_tag_start);
|
4 |
Plugin Name: All in One SEO Pack
|
5 |
Plugin URI: http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/
|
6 |
Description: Out-of-the-box SEO for your Wordpress blog.
|
7 |
+
Version: 1.3.5.9
|
8 |
Author: uberdose
|
9 |
Author URI: http://wp.uberdose.com/
|
10 |
*/
|
28 |
|
29 |
class All_in_One_SEO_Pack {
|
30 |
|
31 |
+
var $version = "1.3.5.9";
|
32 |
|
33 |
/**
|
34 |
* Max numbers of chars in auto-generated description.
|
206 |
|
207 |
function replace_title($content, $title) {
|
208 |
$title = trim(strip_tags($title));
|
209 |
+
|
210 |
+
if (function_exists('langswitch_filter_langs_with_message')) {
|
211 |
+
$title = langswitch_filter_langs_with_message($title);
|
212 |
+
}
|
213 |
+
|
214 |
$title_tag_start = "<title>";
|
215 |
$title_tag_end = "</title>";
|
216 |
$len_start = strlen($title_tag_start);
|