Plugin Directory

Changeset 524851


Ignore:
Timestamp:
03/28/2012 07:46:09 PM (14 years ago)
Author:
kinlane
Message:

Fixing path issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hyp3rl0cal-city-search/trunk/cg.php

    r524847 r524851  
    142142        {
    143143        // Update path(must be path, use WP_PLUGIN_DIR and not WP_PLUGIN_URL)
    144         $template = WP_PLUGIN_DIR . '/citygrid-local-search/cg-search.php';
     144        $template = WP_PLUGIN_DIR . '/hyp3rl0cal-city-search/cg-search.php';
    145145        }
    146146       
     
    149149        {
    150150        // Update path(must be path, use WP_PLUGIN_DIR and not WP_PLUGIN_URL)
    151         $template = WP_PLUGIN_DIR . '/citygrid-local-search/cg-search.php';
     151        $template = WP_PLUGIN_DIR . '/hyp3rl0cal-city-search/cg-search.php';
    152152        }       
    153153       
Note: See TracChangeset for help on using the changeset viewer.