SEO Smart Links - Version 1.6.1

Version Description

Download this release

Release Info

Developer freediver
Plugin Icon 128x128 SEO Smart Links
Version 1.6.1
Comparing to
See all releases

Code changes from version 1.6 to 1.6.1

Files changed (1) hide show
  1. seo-links.php +3 -3
seo-links.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  Plugin Name: SEO Smart Links
5
- Version: 1.6
6
  Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links
7
  Author: Vladimir Prelovac
8
  Author URI: http://www.prelovac.com
@@ -268,7 +268,7 @@ function SEOLinks_comment_text_filter($text) {
268
  function get_options() {
269
 
270
  $options = array(
271
- 'post' => 'o',
272
  'postself' => '',
273
  'page' => 'on',
274
  'pageself' => '',
@@ -421,7 +421,7 @@ function SEOLinks_comment_text_filter($text) {
421
  <input type="checkbox" name="ltags" $ltags /><label for="ltags"> Tags</label> <br>
422
 
423
  <h4>Only single</h4>
424
- <p>To reduce database load you cna choose to have SEO SMART links work only on single posts and pages (for example not on main page or archives).</p>
425
  <input type="checkbox" name="onlysingle" $onlysingle /><label for="onlysingle"> Process only single posts and pages</label> <br>
426
 
427
  <h4>Ignore</h4>
2
 
3
  /*
4
  Plugin Name: SEO Smart Links
5
+ Version: 1.6.1
6
  Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links
7
  Author: Vladimir Prelovac
8
  Author URI: http://www.prelovac.com
268
  function get_options() {
269
 
270
  $options = array(
271
+ 'post' => 'on',
272
  'postself' => '',
273
  'page' => 'on',
274
  'pageself' => '',
421
  <input type="checkbox" name="ltags" $ltags /><label for="ltags"> Tags</label> <br>
422
 
423
  <h4>Only single</h4>
424
+ <p>To reduce database load you can choose to have SEO SMART links work only on single posts and pages (for example not on main page or archives).</p>
425
  <input type="checkbox" name="onlysingle" $onlysingle /><label for="onlysingle"> Process only single posts and pages</label> <br>
426
 
427
  <h4>Ignore</h4>