Changeset 140261
- Timestamp:
- 07/28/2009 11:10:26 PM (17 years ago)
- Location:
- wp-dopplr/tags/1.6
- Files:
-
- 3 edited
-
screenshot-1.jpg (modified) (previous)
-
screenshot-2.jpg (modified) (previous)
-
wp-dopplr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-dopplr/tags/1.6/wp-dopplr.php
r140259 r140261 610 610 } 611 611 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>'; 613 613 echo '</tr>'; 614 614 echo '<tr valign="top">';
Note: See TracChangeset
for help on using the changeset viewer.