Version Description
Download this release
Release Info
| Developer | uberdose |
| Plugin | |
| Version | 0.6.3.3 |
| Comparing to | |
| See all releases | |
Code changes from version 0.6.3.2 to 0.6.3.3
- all_in_one_seo_pack.php +9 -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: 0.6.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 = "0.6.3.
|
| 31 |
|
| 32 |
/**
|
| 33 |
* Number of words to be used (max) for generating an excerpt.
|
|
@@ -146,8 +146,14 @@ class All_in_One_SEO_Pack {
|
|
| 146 |
$header = preg_replace("/<title>.*<\/title>/", "<title>$title</title>", $header);
|
| 147 |
}
|
| 148 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
|
| 150 |
-
gzip_compression();
|
| 151 |
print($header);
|
| 152 |
}
|
| 153 |
|
| 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: 0.6.3.3
|
| 8 |
Author: uberdose
|
| 9 |
Author URI: http://wp.uberdose.com/
|
| 10 |
*/
|
| 27 |
|
| 28 |
class All_in_One_SEO_Pack {
|
| 29 |
|
| 30 |
+
var $version = "0.6.3.3";
|
| 31 |
|
| 32 |
/**
|
| 33 |
* Number of words to be used (max) for generating an excerpt.
|
| 146 |
$header = preg_replace("/<title>.*<\/title>/", "<title>$title</title>", $header);
|
| 147 |
}
|
| 148 |
}
|
| 149 |
+
|
| 150 |
+
if (get_template() != 'semiologic') {
|
| 151 |
+
// invoke this on the default theme and nothing gets written
|
| 152 |
+
// invoke on semiologic and an error occurrs:
|
| 153 |
+
// "Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used twice in /Users/dirk/Documents/workspace/wp/wp-includes/functions.php on line 419"
|
| 154 |
+
gzip_compression();
|
| 155 |
+
}
|
| 156 |
|
|
|
|
| 157 |
print($header);
|
| 158 |
}
|
| 159 |
|
