Version Description
Download this release
Release Info
| Developer | uberdose |
| Plugin | |
| Version | 1.4.6.5 |
| Comparing to | |
| See all releases | |
Code changes from version 1.4.6.4 to 1.4.6.5
- all_in_one_seo_pack-nl_NL.mo +0 -0
- all_in_one_seo_pack-zh_TW.mo +0 -0
- all_in_one_seo_pack.php +6 -4
- readme.txt +1 -1
all_in_one_seo_pack-nl_NL.mo
ADDED
|
Binary file
|
all_in_one_seo_pack-zh_TW.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.4.6.
|
| 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.4.6.
|
| 32 |
|
| 33 |
/** Max numbers of chars in auto-generated description */
|
| 34 |
var $maximum_description_length = 160;
|
|
@@ -167,8 +167,10 @@ class All_in_One_SEO_Pack {
|
|
| 167 |
$this->log("another plugin interfering?");
|
| 168 |
// if we get here there *could* be trouble with another plugin :(
|
| 169 |
$this->ob_start_detected = true;
|
| 170 |
-
|
| 171 |
-
|
|
|
|
|
|
|
| 172 |
}
|
| 173 |
}
|
| 174 |
}
|
| 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.4.6.5
|
| 8 |
Author: uberdose
|
| 9 |
Author URI: http://wp.uberdose.com/
|
| 10 |
*/
|
| 28 |
|
| 29 |
class All_in_One_SEO_Pack {
|
| 30 |
|
| 31 |
+
var $version = "1.4.6.5";
|
| 32 |
|
| 33 |
/** Max numbers of chars in auto-generated description */
|
| 34 |
var $maximum_description_length = 160;
|
| 167 |
$this->log("another plugin interfering?");
|
| 168 |
// if we get here there *could* be trouble with another plugin :(
|
| 169 |
$this->ob_start_detected = true;
|
| 170 |
+
if (function_exists('ob_list_handlers')) {
|
| 171 |
+
foreach (ob_list_handlers() as $handler) {
|
| 172 |
+
$this->log("detected output handler $handler");
|
| 173 |
+
}
|
| 174 |
}
|
| 175 |
}
|
| 176 |
}
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: uberdose
|
|
| 3 |
Donate link: http://wp.uberdose.com/contribute/
|
| 4 |
Tags: post,google,seo,meta,meta keywords,meta description,title,posts,plugin
|
| 5 |
Requires at least: 1.5
|
| 6 |
-
Tested up to: 2.5
|
| 7 |
Stable tag: trunk
|
| 8 |
|
| 9 |
Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
|
| 3 |
Donate link: http://wp.uberdose.com/contribute/
|
| 4 |
Tags: post,google,seo,meta,meta keywords,meta description,title,posts,plugin
|
| 5 |
Requires at least: 1.5
|
| 6 |
+
Tested up to: 2.5
|
| 7 |
Stable tag: trunk
|
| 8 |
|
| 9 |
Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
|
