Changeset 2377880
- Timestamp:
- 09/09/2020 11:00:04 AM (6 years ago)
- Location:
- wp-captcha/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-captcha-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-captcha/trunk/readme.txt
r2377871 r2377880 1 === WP Captcha ===1 === WP Captcha Lite === 2 2 Contributors: Devnath Verma 3 3 Plugin Name: WP Captcha Lite -
wp-captcha/trunk/wp-captcha-lite.php
r2377868 r2377880 33 33 * @author Devnath verma <devnathverma@gmail.com> 34 34 */ 35 define( 'C4WP_PLUGIN_NAME', 'WP Captcha ' );35 define( 'C4WP_PLUGIN_NAME', 'WP Captcha Lite' ); 36 36 define( 'C4WP_PHP_VERSION', '5.3' ); 37 37 define( 'C4WP_WP_VERSION', '4.8' ); … … 51 51 define( 'C4WP_PLUGIN_JS', C4WP_PLUGIN_URL.'/assets/js'.'/' ); 52 52 define( 'C4WP_PLUGIN_IMAGES', C4WP_PLUGIN_URL.'/assets/images'.'/' ); 53 define( 'C4WP_PLUGIN_FONTS', C4WP_PLUGIN_URL.'/assets/fonts'.'/' );54 53 55 54 /**
Note: See TracChangeset
for help on using the changeset viewer.