Plugin Directory

Changeset 1808786


Ignore:
Timestamp:
01/24/2018 05:31:16 PM (8 years ago)
Author:
technoyer
Message:

update slug for index

Location:
wp-adsense-guard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-adsense-guard/tags/1.0/index.php

    r1808777 r1808786  
    6565           
    6666            //set the plugin slug and prefix
    67             $this->slug = "wp-ads-guard";
     67            $this->slug = "wp-adsense-guard";
    6868            $this->prefix = "wpadgu";
    6969            if( defined( 'WPADGU_SLUG' ) && WPADGU_SLUG!="" ){ $this->slug = WPADGU_SLUG; }
  • wp-adsense-guard/trunk/index.php

    r1808777 r1808786  
    6565           
    6666            //set the plugin slug and prefix
    67             $this->slug = "wp-ads-guard";
     67            $this->slug = "wp-adsense-guard";
    6868            $this->prefix = "wpadgu";
    6969            if( defined( 'WPADGU_SLUG' ) && WPADGU_SLUG!="" ){ $this->slug = WPADGU_SLUG; }
Note: See TracChangeset for help on using the changeset viewer.