Plugin Directory

Changeset 954185


Ignore:
Timestamp:
07/24/2014 02:50:07 PM (12 years ago)
Author:
SivaDu
Message:

fixed bugs in functions.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anylink/trunk/functions.php

    r898037 r954185  
    119119                                        ),
    120120                    'rel' => 'nofollow',
     121                    'filter-comment' => 1,
    121122                    ),
    122123            '', 'no' );
     
    145146            update_option( 'anylink_options', $al_option );
    146147        }
     148        if( (float )$al_option['version'] < 20 ) {
     149            $al_option['filter-comment'] = 1;
     150            $al_option['version'] = 20;
     151            update_option( 'anylink_options', $al_option );
     152        }
    147153    }       
    148154}
Note: See TracChangeset for help on using the changeset viewer.