All in One SEO Pack - Version 1.3.8.6

Version Description

Download this release

Release Info

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

Code changes from version 1.3.8.5 to 1.3.8.6

all_in_one_seo_pack-tr_TR.mo CHANGED
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.8.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.8.5";
32
 
33
  /** Max numbers of chars in auto-generated description */
34
  var $maximum_description_length = 160;
@@ -59,6 +59,11 @@ class All_in_One_SEO_Pack {
59
  /** Which zip to download in order to upgrade .*/
60
  var $upgrade_url = 'http://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip';
61
 
 
 
 
 
 
62
  function template_redirect() {
63
  if (is_feed()) {
64
  return;
@@ -77,9 +82,6 @@ class All_in_One_SEO_Pack {
77
  if (function_exists('load_plugin_textdomain')) {
78
  load_plugin_textdomain('all_in_one_seo_pack', 'wp-content/plugins/all-in-one-seo-pack');
79
  }
80
-
81
- $this->upgrade_filename = dirname(__FILE__) . '/' . $this->upgrade_filename;
82
- $this->upgrade_folder = dirname(__FILE__);
83
  }
84
 
85
  function is_static_front_page() {
@@ -639,7 +641,6 @@ class All_in_One_SEO_Pack {
639
  $success = false;
640
  } else {
641
  $fh = @fopen($this->upgrade_filename, 'w');
642
- $fh = false;
643
  if (!$fh) {
644
  $this->upgrade_error = sprintf(__("Could not open %s for writing"), $this->upgrade_filename);
645
  $this->upgrade_error .= "<br/>";
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.8.6
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.8.6";
32
 
33
  /** Max numbers of chars in auto-generated description */
34
  var $maximum_description_length = 160;
59
  /** Which zip to download in order to upgrade .*/
60
  var $upgrade_url = 'http://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip';
61
 
62
+ function All_in_One_SEO_Pack() {
63
+ $this->upgrade_filename = dirname(__FILE__) . '/' . $this->upgrade_filename;
64
+ $this->upgrade_folder = dirname(__FILE__);
65
+ }
66
+
67
  function template_redirect() {
68
  if (is_feed()) {
69
  return;
82
  if (function_exists('load_plugin_textdomain')) {
83
  load_plugin_textdomain('all_in_one_seo_pack', 'wp-content/plugins/all-in-one-seo-pack');
84
  }
 
 
 
85
  }
86
 
87
  function is_static_front_page() {
641
  $success = false;
642
  } else {
643
  $fh = @fopen($this->upgrade_filename, 'w');
 
644
  if (!$fh) {
645
  $this->upgrade_error = sprintf(__("Could not open %s for writing"), $this->upgrade_filename);
646
  $this->upgrade_error .= "<br/>";