Plugin Directory

Changeset 140261


Ignore:
Timestamp:
07/28/2009 11:10:26 PM (17 years ago)
Author:
frodenas
Message:

Update screenshots

Location:
wp-dopplr/tags/1.6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-dopplr/tags/1.6/wp-dopplr.php

    r140259 r140261  
    610610    }
    611611    echo '<td><input name="wpdopplr_cache_expire_time" id="wpdopplr_cache_expire_time" type="text" size="3" value="' . $wpdopplr_cache_expire_time . '" /> ' . __('hours', 'wp-dopplr') . '<br />';
    612     echo __('WP-DOPPLR caches your Dopplr information so it can be used often without having to retrieve it on every page load.', 'wp-dopplr') . __('Since the information Dopplr returns to the request is unchanged in a high percentage of requests, specify a higher cache expire time in order to gain the maximum performance.', 'wp-dopplr') . '</td>';
     612    echo __('WP-DOPPLR caches your Dopplr information so it can be used often without having to retrieve it on every page load.', 'wp-dopplr') . ' ' . __('Since the information Dopplr returns to the request is unchanged in a high percentage of requests, specify a higher cache expire time in order to gain the maximum performance.', 'wp-dopplr') . '</td>';
    613613    echo '</tr>';   
    614614    echo '<tr valign="top">';
Note: See TracChangeset for help on using the changeset viewer.