Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | All in One SEO Pack |
Version | 1.4.6.13 |
Comparing to | |
See all releases |
Code changes from version 1.4.6.12 to 1.4.6.13
- all_in_one_seo_pack.php +5 -10
all_in_one_seo_pack.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: All in One SEO Pack
|
5 |
Plugin URI: http://semperfiwebdesign.com
|
6 |
Description: Out-of-the-box SEO for your Wordpress blog.
|
7 |
-
Version: 1.4.6.
|
8 |
Author: Michael Torbert
|
9 |
Author URI: http://semperfiwebdesign.com
|
10 |
*/
|
@@ -476,7 +476,7 @@ $UTF8_TABLES['strtoupper'] = array(
|
|
476 |
|
477 |
class All_in_One_SEO_Pack {
|
478 |
|
479 |
-
var $version = "1.4.6.
|
480 |
|
481 |
/** Max numbers of chars in auto-generated description */
|
482 |
var $maximum_description_length = 160;
|
@@ -1419,16 +1419,11 @@ class All_in_One_SEO_Pack {
|
|
1419 |
// End -->
|
1420 |
</script>
|
1421 |
|
1422 |
-
<?php if (substr($this->wp_version, 0, 3)
|
1423 |
<div id="postaiosp" class="postbox closed">
|
1424 |
<h3><?php _e('All in One SEO Pack', 'all_in_one_seo_pack') ?></h3>
|
1425 |
<div class="inside">
|
1426 |
<div id="postaiosp">
|
1427 |
-
<?php } elseif (substr($this->wp_version, 0, 3) >= '2.6') {?>
|
1428 |
-
<div id="postaiosp" class="postbox if-js-closed">
|
1429 |
-
<h3><?php _e('All in One SEO Pack', 'all_in_one_seo_pack') ?></h3>
|
1430 |
-
<div class="inside">
|
1431 |
-
<div id="postaiosp">
|
1432 |
<?php } else { ?>
|
1433 |
<div class="dbx-b-ox-wrapper">
|
1434 |
<fieldset id="seodiv" class="dbx-box">
|
@@ -1477,7 +1472,7 @@ class All_in_One_SEO_Pack {
|
|
1477 |
|
1478 |
</table>
|
1479 |
|
1480 |
-
<?php if (substr($this->wp_version, 0, 3)
|
1481 |
</div></div></div>
|
1482 |
<?php } else { ?>
|
1483 |
</div>
|
@@ -2084,7 +2079,7 @@ add_action('template_redirect', array($aiosp, 'template_redirect'));
|
|
2084 |
|
2085 |
add_action('init', array($aiosp, 'init'));
|
2086 |
|
2087 |
-
if (substr($aiosp->wp_version, 0, 3)
|
2088 |
add_action('edit_form_advanced', array($aiosp, 'add_meta_tags_textinput'));
|
2089 |
add_action('edit_page_form', array($aiosp, 'add_meta_tags_textinput'));
|
2090 |
} else {
|
4 |
Plugin Name: All in One SEO Pack
|
5 |
Plugin URI: http://semperfiwebdesign.com
|
6 |
Description: Out-of-the-box SEO for your Wordpress blog.
|
7 |
+
Version: 1.4.6.13
|
8 |
Author: Michael Torbert
|
9 |
Author URI: http://semperfiwebdesign.com
|
10 |
*/
|
476 |
|
477 |
class All_in_One_SEO_Pack {
|
478 |
|
479 |
+
var $version = "1.4.6.13";
|
480 |
|
481 |
/** Max numbers of chars in auto-generated description */
|
482 |
var $maximum_description_length = 160;
|
1419 |
// End -->
|
1420 |
</script>
|
1421 |
|
1422 |
+
<?php if (substr($this->wp_version, 0, 3) >= '2.5') { ?>
|
1423 |
<div id="postaiosp" class="postbox closed">
|
1424 |
<h3><?php _e('All in One SEO Pack', 'all_in_one_seo_pack') ?></h3>
|
1425 |
<div class="inside">
|
1426 |
<div id="postaiosp">
|
|
|
|
|
|
|
|
|
|
|
1427 |
<?php } else { ?>
|
1428 |
<div class="dbx-b-ox-wrapper">
|
1429 |
<fieldset id="seodiv" class="dbx-box">
|
1472 |
|
1473 |
</table>
|
1474 |
|
1475 |
+
<?php if (substr($this->wp_version, 0, 3) >= '2.5') { ?>
|
1476 |
</div></div></div>
|
1477 |
<?php } else { ?>
|
1478 |
</div>
|
2079 |
|
2080 |
add_action('init', array($aiosp, 'init'));
|
2081 |
|
2082 |
+
if (substr($aiosp->wp_version, 0, 3) >= '2.5') {
|
2083 |
add_action('edit_form_advanced', array($aiosp, 'add_meta_tags_textinput'));
|
2084 |
add_action('edit_page_form', array($aiosp, 'add_meta_tags_textinput'));
|
2085 |
} else {
|