Changeset 627891
- Timestamp:
- 11/20/2012 09:07:09 PM (13 years ago)
- Location:
- image-metadata-cruncher
- Files:
-
- 2 edited
-
tags/1.1/image-metadata-cruncher.php (modified) (1 diff)
-
trunk/image-metadata-cruncher.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
image-metadata-cruncher/tags/1.1/image-metadata-cruncher.php
r627884 r627891 784 784 public function section_0() { 785 785 $options = get_option( $this->prefix ); 786 if ( intval( $options['version'] ) < 1.1 ) { 786 787 if ( intval( $options['version'] ) < 1.1 ) { 788 // if the plugin has been updated to version 1.1 enable highlighting by default 787 789 $options['enable_highlighting'] = 'enable'; 790 $options['version'] = 1.1; 791 update_option( $this->prefix, $options ); 788 792 } 789 793 ?> -
image-metadata-cruncher/trunk/image-metadata-cruncher.php
r627884 r627891 784 784 public function section_0() { 785 785 $options = get_option( $this->prefix ); 786 if ( intval( $options['version'] ) < 1.1 ) { 786 787 if ( intval( $options['version'] ) < 1.1 ) { 788 // if the plugin has been updated to version 1.1 enable highlighting by default 787 789 $options['enable_highlighting'] = 'enable'; 790 $options['version'] = 1.1; 791 update_option( $this->prefix, $options ); 788 792 } 789 793 ?>
Note: See TracChangeset
for help on using the changeset viewer.