Plugin Directory

Changeset 2759994


Ignore:
Timestamp:
07/21/2022 08:18:54 PM (4 years ago)
Author:
linkworth
Message:

updated version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linkworth-wp-plugin/trunk/LinkWorth_WordPress.php

    r2757457 r2759994  
    55Description: LinkWorth Easy Link Syndication for WordPress and WPMU
    66Author: LinkWorth
    7 Version: 3.3.4
     7Version: 3.3.5
    88Author URI: http://www.linkworth.com/
    99License: GPLv2 or later
     
    124124        //FLUSH THE REWRITE RULES.
    125125        $wp_rewrite->flush_rules();
    126         add_option( 'lw_options',$options,'The main array of options for LinkWorth' );
     126        add_option( 'lw_options', $options);
    127127        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', '');
    130130    }
    131131
Note: See TracChangeset for help on using the changeset viewer.