Changeset 567288
- Timestamp:
- 07/04/2012 09:51:39 AM (14 years ago)
- Location:
- gravatarlocalcache/trunk
- Files:
-
- 2 edited
-
GravatarLocalCache.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gravatarlocalcache/trunk/GravatarLocalCache.php
r545728 r567288 7 7 Description: Local cache for gravatar images (saves dnsqueries and let you control cache/proxysettings of the images). 8 8 Author: Oliver Schaal 9 Version: 1.1. 19 Version: 1.1.2 10 10 11 11 This is a WordPress plugin (http://wordpress.org) and widget … … 381 381 <h3><?php _e('Cache Settings', 'glc'); ?></h3> 382 382 383 <form action="<?php echo admin_url( 'options-general.php?page=' . plugin_basename( __FILE__ )); ?>" method="post">383 <form action="<?php echo admin_url( 'options-general.php?page=' . $this->slug ); ?>" method="post"> 384 384 385 385 <table class="form-table"> -
gravatarlocalcache/trunk/readme.txt
r545728 r567288 9 9 License: GPL v3, see LICENSE 10 10 Requires at least: 3.3.0 11 Tested up to: 3. 3.212 Stable tag: 1.1. 111 Tested up to: 3.4.0 12 Stable tag: 1.1.2 13 13 14 14 Local cache for gravatar images (saves dnsqueries and let you control cache/proxysettings of the images). … … 46 46 47 47 == Changelog == 48 49 = 1.1.2 = 50 * [FIX] save options 48 51 49 52 = 1.1.1 =
Note: See TracChangeset
for help on using the changeset viewer.