Plugin Directory

Changeset 968122


Ignore:
Timestamp:
08/19/2014 07:14:16 AM (12 years ago)
Author:
getclouder
Message:

fixing links

Location:
nginx-cache-optimizer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nginx-cache-optimizer/trunk/class-nginxcacheoptimizer-admin.php

    r968099 r968122  
    202202            NGINXCacheOptimizer::PLUGIN_SLUG,   // Page slug
    203203            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')
    205205        );
    206206    }
  • nginx-cache-optimizer/trunk/nginxcacheoptimizer.php

    r968119 r968122  
    44 *
    55 * @package           NGINX Cache Optimizer
    6  * @author            getclouder
     6 * @author            George Penkov
    77 * @link              http://www.getclouder.com/
    88 *
     
    1111 * 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.
    1212 * Version:           1.0
    13  * Author:            George Penkov
     13 * Author:            getclouder
    1414 * Text Domain:       nginxcacheoptimizer
    1515 * Domain Path:       /languages
Note: See TracChangeset for help on using the changeset viewer.