Plugin Directory

Changeset 1781866


Ignore:
Timestamp:
12/06/2017 10:55:14 AM (8 years ago)
Author:
wpdevmgr2678
Message:

small change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • captcha/trunk/captcha.php

    r1781855 r1781866  
    1414Domain Path: /languages
    1515
    16 Version: 4.4.4
     16Version: 4.4
    1717
    1818Author URI: https://wordpress.org/plugins/captcha/
     
    123123        }
    124124
    125         /*if($cptch_plugin_install_status == 1)
     125        if($cptch_plugin_install_status == 1)
    126126
    127127        add_menu_page( __( 'Captcha Settings', 'captcha' ), 'Captcha Dashboard', 'manage_options', 'cptc_dashboard', 'cptch_popup_page' );
    128128
    129         else */
     129        else
    130130
    131131        add_menu_page( __( 'Captcha Settings', 'captcha' ), 'Captcha Dashboard', 'manage_options', 'cptc_dashboard', 'cptch_dashboard_page' );
     
    32113211           
    32123212       
    3213         /*if(isset($_GET['cptch_manual']) and $_GET['cptch_manual'] == 'manual')
     3213        if(isset($_GET['cptch_manual']) and $_GET['cptch_manual'] == 'manual')
    32143214        {   
    32153215       
     
    32233223           
    32243224           
    3225         }
     3225        }/*
    32263226        else
    32273227        {
Note: See TracChangeset for help on using the changeset viewer.