Changeset 968122
- Timestamp:
- 08/19/2014 07:14:16 AM (12 years ago)
- Location:
- nginx-cache-optimizer/trunk
- Files:
-
- 2 edited
-
class-nginxcacheoptimizer-admin.php (modified) (1 diff)
-
nginxcacheoptimizer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nginx-cache-optimizer/trunk/class-nginxcacheoptimizer-admin.php
r968099 r968122 202 202 NGINXCacheOptimizer::PLUGIN_SLUG, // Page slug 203 203 array( $this, 'display_plugin_admin_page' ), 204 plugins_url(' NGINXCacheOptimizer/css/cacher-white-1.svg')204 plugins_url('nginx-cache-optimizer/css/cacher-white-1.svg') 205 205 ); 206 206 } -
nginx-cache-optimizer/trunk/nginxcacheoptimizer.php
r968119 r968122 4 4 * 5 5 * @package NGINX Cache Optimizer 6 * @author getclouder6 * @author George Penkov 7 7 * @link http://www.getclouder.com/ 8 8 * … … 11 11 * Description: Through the settings of this plugin you can manage how your Wordpress interracts with Nginx cache. Before you can use this plugin you need to have Nginx installed and configured. 12 12 * Version: 1.0 13 * Author: George Penkov13 * Author: getclouder 14 14 * Text Domain: nginxcacheoptimizer 15 15 * Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.