Version Description
Download this release
Release Info
Developer | freediver |
Plugin | SEO Friendly Images |
Version | 2.6.5 |
Comparing to | |
See all releases |
Code changes from version 2.6.4 to 2.6.5
- seo-friendly-images.php +2 -2
seo-friendly-images.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: SEO Friendly Images
|
5 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images
|
6 |
Description: Automatically adds alt and title attributes to all your images. Improves traffic from search results and makes them W3C/xHTML valid as well.
|
7 |
-
Version: 2.6.
|
8 |
Author: Vladimir Prelovac
|
9 |
Author URI: http://www.prelovac.com/vladimir
|
10 |
|
@@ -260,7 +260,7 @@ function seo_friendly_images($content) {
|
|
260 |
|
261 |
add_filter('the_content', 'seo_friendly_images', 100);
|
262 |
|
263 |
-
add_action( 'after_plugin_row', 'seo_friendly_images_check_plugin_version' );
|
264 |
|
265 |
function seo_friendly_images_getinfo()
|
266 |
{
|
4 |
Plugin Name: SEO Friendly Images
|
5 |
Plugin URI: http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images
|
6 |
Description: Automatically adds alt and title attributes to all your images. Improves traffic from search results and makes them W3C/xHTML valid as well.
|
7 |
+
Version: 2.6.5
|
8 |
Author: Vladimir Prelovac
|
9 |
Author URI: http://www.prelovac.com/vladimir
|
10 |
|
260 |
|
261 |
add_filter('the_content', 'seo_friendly_images', 100);
|
262 |
|
263 |
+
//add_action( 'after_plugin_row', 'seo_friendly_images_check_plugin_version' );
|
264 |
|
265 |
function seo_friendly_images_getinfo()
|
266 |
{
|