Version Description
Download this release
Release Info
Developer | uberdose |
Plugin | All in One SEO Pack |
Version | 1.4.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.4.3.4 to 1.4.3.5
- all_in_one_seo_pack-ru_RU.mo +0 -0
- all_in_one_seo_pack.php +10 -8
- all_in_one_seo_pack.pot +0 -3
all_in_one_seo_pack-ru_RU.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.3.
|
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.3.
|
32 |
|
33 |
/** Max numbers of chars in auto-generated description */
|
34 |
var $maximum_description_length = 160;
|
@@ -597,12 +597,14 @@ class All_in_One_SEO_Pack {
|
|
597 |
global $utw;
|
598 |
if ($utw) {
|
599 |
$tags = $utw->GetTagsForPost($post);
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
|
|
|
|
606 |
}
|
607 |
}
|
608 |
|
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.3.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.3.5";
|
32 |
|
33 |
/** Max numbers of chars in auto-generated description */
|
34 |
var $maximum_description_length = 160;
|
597 |
global $utw;
|
598 |
if ($utw) {
|
599 |
$tags = $utw->GetTagsForPost($post);
|
600 |
+
if (is_array($tags)) {
|
601 |
+
foreach ($tags as $tag) {
|
602 |
+
$tag = $tag->tag;
|
603 |
+
$tag = str_replace('_',' ', $tag);
|
604 |
+
$tag = str_replace('-',' ',$tag);
|
605 |
+
$tag = stripcslashes($tag);
|
606 |
+
$keywords[] = $tag;
|
607 |
+
}
|
608 |
}
|
609 |
}
|
610 |
|
all_in_one_seo_pack.pot
CHANGED
@@ -241,9 +241,6 @@ msgstr ""
|
|
241 |
msgid "Disable on this page/post:"
|
242 |
msgstr ""
|
243 |
|
244 |
-
msgid "Log important events:"
|
245 |
-
msgstr ""
|
246 |
-
|
247 |
msgid "Check this if you want your categories for a given post used as the META keywords for this post (in addition to any keywords and tags you specify on the post edit page)."
|
248 |
msgstr ""
|
249 |
|
241 |
msgid "Disable on this page/post:"
|
242 |
msgstr ""
|
243 |
|
|
|
|
|
|
|
244 |
msgid "Check this if you want your categories for a given post used as the META keywords for this post (in addition to any keywords and tags you specify on the post edit page)."
|
245 |
msgstr ""
|
246 |
|