All in One SEO Pack - Version 1.2.1.4

Version Description

Download this release

Release Info

Developer uberdose
Plugin Icon 128x128 All in One SEO Pack
Version 1.2.1.4
Comparing to
See all releases

Code changes from version 1.2.1.3 to 1.2.1.4

Files changed (1) hide show
  1. all_in_one_seo_pack.php +4 -4
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.3
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.3";
31
 
32
  /**
33
  * Number of words to be used (max) for generating an excerpt.
@@ -334,7 +334,7 @@ class All_in_One_SEO_Pack {
334
  update_option('aiosp_use_category_description_as_title', $_POST['aiosp_use_category_description_as_title']);
335
  update_option('aiosp_category_noindex', $_POST['aiosp_category_noindex']);
336
  update_option('aiosp_archive_noindex', $_POST['aiosp_archive_noindex']);
337
- update_option('aiosp_tag_noindex', $_POST['aiosp_tag_noindex']);
338
  update_option('aiosp_generate_descriptions', $_POST['aiosp_generate_descriptions']);
339
  wp_cache_flush();
340
  }
@@ -453,7 +453,7 @@ class All_in_One_SEO_Pack {
453
  </a>
454
  </td>
455
  <td>
456
- <input type="checkbox" name="aiosp_tag_noindex" <?php if (get_option('aiosp_tag_noindex')) echo "checked=\"1\""; ?>/>
457
  </td>
458
  </tr>
459
  <tr>
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.4
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.4";
31
 
32
  /**
33
  * Number of words to be used (max) for generating an excerpt.
334
  update_option('aiosp_use_category_description_as_title', $_POST['aiosp_use_category_description_as_title']);
335
  update_option('aiosp_category_noindex', $_POST['aiosp_category_noindex']);
336
  update_option('aiosp_archive_noindex', $_POST['aiosp_archive_noindex']);
337
+ update_option('aiosp_tags_noindex', $_POST['aiosp_tags_noindex']);
338
  update_option('aiosp_generate_descriptions', $_POST['aiosp_generate_descriptions']);
339
  wp_cache_flush();
340
  }
453
  </a>
454
  </td>
455
  <td>
456
+ <input type="checkbox" name="aiosp_tags_noindex" <?php if (get_option('aiosp_tags_noindex')) echo "checked=\"1\""; ?>/>
457
  </td>
458
  </tr>
459
  <tr>