Changeset 1808786
- Timestamp:
- 01/24/2018 05:31:16 PM (8 years ago)
- Location:
- wp-adsense-guard
- Files:
-
- 2 edited
-
tags/1.0/index.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-adsense-guard/tags/1.0/index.php
r1808777 r1808786 65 65 66 66 //set the plugin slug and prefix 67 $this->slug = "wp-ads -guard";67 $this->slug = "wp-adsense-guard"; 68 68 $this->prefix = "wpadgu"; 69 69 if( defined( 'WPADGU_SLUG' ) && WPADGU_SLUG!="" ){ $this->slug = WPADGU_SLUG; } -
wp-adsense-guard/trunk/index.php
r1808777 r1808786 65 65 66 66 //set the plugin slug and prefix 67 $this->slug = "wp-ads -guard";67 $this->slug = "wp-adsense-guard"; 68 68 $this->prefix = "wpadgu"; 69 69 if( defined( 'WPADGU_SLUG' ) && WPADGU_SLUG!="" ){ $this->slug = WPADGU_SLUG; }
Note: See TracChangeset
for help on using the changeset viewer.