Plugin Directory

Changeset 834843


Ignore:
Timestamp:
01/08/2014 10:25:04 AM (12 years ago)
Author:
SivaDu
Message:

fevwfewf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anylink/trunk/functions.php

    r834837 r834843  
    7878            update_option( 'anylink_options', $al_option );
    7979        }
    80         if ( $al_option['version'] < 14 ) {
     80        if ( ( float )$al_option['version'] < 14 ) {
    8181            $al_option['postType'] = array( 'post', 'page' );
    8282            $al_option['version'] = 14;
Note: See TracChangeset for help on using the changeset viewer.