Changeset 954187
- Timestamp:
- 07/24/2014 02:50:55 PM (12 years ago)
- File:
-
- 1 edited
-
anylink/tags/0.2/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
anylink/tags/0.2/functions.php
r898037 r954187 119 119 ), 120 120 'rel' => 'nofollow', 121 'filter-comment' => 1, 121 122 ), 122 123 '', 'no' ); … … 145 146 update_option( 'anylink_options', $al_option ); 146 147 } 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 } 147 153 } 148 154 }
Note: See TracChangeset
for help on using the changeset viewer.