web/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php
changeset 204 09a1c134465b
parent 194 32102edaa81b
--- a/web/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php	Wed Dec 19 12:35:13 2012 -0800
+++ b/web/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php	Wed Dec 19 17:46:52 2012 -0800
@@ -3,7 +3,7 @@
 Plugin Name: All in One SEO Pack
 Plugin URI: http://semperfiwebdesign.com
 Description: Out-of-the-box SEO for your WordPress blog. <a href="options-general.php?page=all-in-one-seo-pack/aioseop.class.php">Options configuration panel</a> | <a href="http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/">Upgrade to Pro Version</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mrtorbert%40gmail%2ecom&item_name=All%20In%20One%20SEO%20Pack&item_number=Support%20Open%20Source&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8">Donate</a> | <a href="http://semperfiwebdesign.com/forum/" >Support</a> |  <a href="https://www.amazon.com/wishlist/1NFQ133FNCOOA/ref=wl_web" target="_blank" title="Amazon Wish List">Amazon Wishlist</a>
-Version: 1.6.15.2
+Version: 1.6.15.3
 Author: Michael Torbert
 Author URI: http://michaeltorbert.com
 */
@@ -30,11 +30,11 @@
 
 /**
  * @package All-in-One-SEO-Pack
- * @version 1.6.15.2
+ * @version 1.6.15.3
  */
 
 if ( ! defined( 'AIOSEOP_VERSION' ) )
-    define( 'AIOSEOP_VERSION', '1.6.15.2' );
+    define( 'AIOSEOP_VERSION', '1.6.15.3' );
 
 if ( ! defined( 'AIOSEOP_PLUGIN_DIR' ) )
     define( 'AIOSEOP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
@@ -95,6 +95,8 @@
 add_action( 'edit_post', array( $aiosp, 'post_meta_tags') );
 add_action( 'publish_post', array( $aiosp, 'post_meta_tags') );
 add_action( 'save_post', array( $aiosp, 'post_meta_tags') );
+add_action( 'add_attachment', array( $aiosp, 'post_meta_tags') );
+add_action( 'edit_attachment', array( $aiosp, 'post_meta_tags') );
 add_action( 'edit_page_form', array( $aiosp, 'post_meta_tags') );
 add_action( 'init', array( $aiosp, 'init' ), 5 );
 add_action( 'wp_head', array( $aiosp, 'wp_head') );