Version Description
Download this release
Release Info
| Developer | uberdose |
| Plugin | |
| Version | 1.2.1.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.2.1 to 1.2.1.1
- all_in_one_seo_pack.php +3 -3
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.2.1
|
| 8 |
Author: uberdose
|
| 9 |
Author URI: http://wp.uberdose.com/
|
| 10 |
*/
|
|
@@ -27,7 +27,7 @@ Author URI: http://wp.uberdose.com/
|
|
| 27 |
|
| 28 |
class All_in_One_SEO_Pack {
|
| 29 |
|
| 30 |
-
var $version = "1.2.1";
|
| 31 |
|
| 32 |
/**
|
| 33 |
* Number of words to be used (max) for generating an excerpt.
|
|
@@ -108,7 +108,7 @@ class All_in_One_SEO_Pack {
|
|
| 108 |
|
| 109 |
if((is_category() && get_option('aiosp_category_noindex')) ||
|
| 110 |
(!is_category() && is_archive() && get_option('aiosp_archive_noindex')) ||
|
| 111 |
-
(
|
| 112 |
if (isset($meta_string)) {
|
| 113 |
$meta_string .= "\n";
|
| 114 |
}
|
| 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.2.1.1
|
| 8 |
Author: uberdose
|
| 9 |
Author URI: http://wp.uberdose.com/
|
| 10 |
*/
|
| 27 |
|
| 28 |
class All_in_One_SEO_Pack {
|
| 29 |
|
| 30 |
+
var $version = "1.2.1.1";
|
| 31 |
|
| 32 |
/**
|
| 33 |
* Number of words to be used (max) for generating an excerpt.
|
| 108 |
|
| 109 |
if((is_category() && get_option('aiosp_category_noindex')) ||
|
| 110 |
(!is_category() && is_archive() && get_option('aiosp_archive_noindex')) ||
|
| 111 |
+
(get_option('aiosp_tags_noindex') && function_exists('is_tag') && is_tag())) {
|
| 112 |
if (isset($meta_string)) {
|
| 113 |
$meta_string .= "\n";
|
| 114 |
}
|
