Plugin Directory

Changeset 2377880


Ignore:
Timestamp:
09/09/2020 11:00:04 AM (6 years ago)
Author:
devnath verma
Message:

plugin name changed

Location:
wp-captcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-captcha/trunk/readme.txt

    r2377871 r2377880  
    1 === WP Captcha ===
     1=== WP Captcha Lite ===
    22Contributors: Devnath Verma
    33Plugin Name:  WP Captcha Lite
  • wp-captcha/trunk/wp-captcha-lite.php

    r2377868 r2377880  
    3333 * @author   Devnath verma <devnathverma@gmail.com>
    3434 */
    35 define( 'C4WP_PLUGIN_NAME', 'WP Captcha' );
     35define( 'C4WP_PLUGIN_NAME', 'WP Captcha Lite' );
    3636define( 'C4WP_PHP_VERSION', '5.3' );
    3737define( 'C4WP_WP_VERSION', '4.8' );
     
    5151define( 'C4WP_PLUGIN_JS', C4WP_PLUGIN_URL.'/assets/js'.'/' );
    5252define( 'C4WP_PLUGIN_IMAGES', C4WP_PLUGIN_URL.'/assets/images'.'/' );
    53 define( 'C4WP_PLUGIN_FONTS', C4WP_PLUGIN_URL.'/assets/fonts'.'/' );
    5453
    5554/**
Note: See TracChangeset for help on using the changeset viewer.