Changeset 412049
- Timestamp:
- 07/19/2011 03:52:47 PM (14 years ago)
- Location:
- wordpress-amazon-associate/tags/1.7.0
- Files:
-
- 2 edited
-
WPAA.php (modified) (3 diffs)
-
wordpress_amazon_associate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-amazon-associate/tags/1.7.0/WPAA.php
r410863 r412049 205 205 * @var String 206 206 */ 207 protected $version = '1.7. 1';207 protected $version = '1.7.0'; 208 208 209 209 /** … … 211 211 * @var String 212 212 */ 213 protected $last_updated = '07-1 6-2011';213 protected $last_updated = '07-15-2011'; 214 214 215 215 /** … … 605 605 if( is_null( $locale ) || empty( $locale ) ) { 606 606 // Admin Localization 607 if( function_exists('wp_get_current_user') && function_exists('current_user_can') ) { 608 if ( current_user_can('manage_options') ) { 609 if( $this->options['CVEnabled'] && $this->options['CVLocale'] != '' ) { 610 return $this->options['CVLocale']; 611 } 607 if ( current_user_can('manage_options') ) { 608 if( $this->options['CVEnabled'] && $this->options['CVLocale'] != '' ) { 609 return $this->options['CVLocale']; 612 610 } 613 611 } -
wordpress-amazon-associate/tags/1.7.0/wordpress_amazon_associate.php
r410863 r412049 5 5 Description: Quickly and eaily monetize your webiste through the integration of Amazon products and widgets tagged with your associate id. 6 6 Author: MDBitz - Matthew John Denton 7 Version: 1.7. 17 Version: 1.7.0 8 8 Requires at least: 3.0.0 9 9 Author URI: http://labs.mdbitz.com
Note: See TracChangeset
for help on using the changeset viewer.