Changeset 834844
- Timestamp:
- 01/08/2014 10:25:33 AM (12 years ago)
- File:
-
- 1 edited
-
anylink/tags/0.1.4/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
anylink/tags/0.1.4/functions.php
r834836 r834844 78 78 update_option( 'anylink_options', $al_option ); 79 79 } 80 if ( $al_option['version'] < 14 ) {80 if ( ( float )$al_option['version'] < 14 ) { 81 81 $al_option['postType'] = array( 'post', 'page' ); 82 82 $al_option['version'] = 14;
Note: See TracChangeset
for help on using the changeset viewer.