Changeset 1781866
- Timestamp:
- 12/06/2017 10:55:14 AM (8 years ago)
- File:
-
- 1 edited
-
captcha/trunk/captcha.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
captcha/trunk/captcha.php
r1781855 r1781866 14 14 Domain Path: /languages 15 15 16 Version: 4.4 .416 Version: 4.4 17 17 18 18 Author URI: https://wordpress.org/plugins/captcha/ … … 123 123 } 124 124 125 /*if($cptch_plugin_install_status == 1)125 if($cptch_plugin_install_status == 1) 126 126 127 127 add_menu_page( __( 'Captcha Settings', 'captcha' ), 'Captcha Dashboard', 'manage_options', 'cptc_dashboard', 'cptch_popup_page' ); 128 128 129 else */129 else 130 130 131 131 add_menu_page( __( 'Captcha Settings', 'captcha' ), 'Captcha Dashboard', 'manage_options', 'cptc_dashboard', 'cptch_dashboard_page' ); … … 3211 3211 3212 3212 3213 /*if(isset($_GET['cptch_manual']) and $_GET['cptch_manual'] == 'manual')3213 if(isset($_GET['cptch_manual']) and $_GET['cptch_manual'] == 'manual') 3214 3214 { 3215 3215 … … 3223 3223 3224 3224 3225 } 3225 }/* 3226 3226 else 3227 3227 {
Note: See TracChangeset
for help on using the changeset viewer.