Changeset 2759994
- Timestamp:
- 07/21/2022 08:18:54 PM (4 years ago)
- File:
-
- 1 edited
-
linkworth-wp-plugin/trunk/LinkWorth_WordPress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linkworth-wp-plugin/trunk/LinkWorth_WordPress.php
r2757457 r2759994 5 5 Description: LinkWorth Easy Link Syndication for WordPress and WPMU 6 6 Author: LinkWorth 7 Version: 3.3. 47 Version: 3.3.5 8 8 Author URI: http://www.linkworth.com/ 9 9 License: GPLv2 or later … … 124 124 //FLUSH THE REWRITE RULES. 125 125 $wp_rewrite->flush_rules(); 126 add_option( 'lw_options', $options,'The main array of options for LinkWorth');126 add_option( 'lw_options', $options); 127 127 add_option( 'lw_widget' ); 128 add_option( 'lw_cache', '' , 'Cache of the lw ads in pretty serialized form.');129 add_option( 'lw_cache_time', '' , 'Time the cache was last checked.');128 add_option( 'lw_cache', ''); 129 add_option( 'lw_cache_time', ''); 130 130 } 131 131
Note: See TracChangeset
for help on using the changeset viewer.