Changeset 1781863
- Timestamp:
- 12/06/2017 10:50:15 AM (8 years ago)
- File:
-
- 1 edited
-
captcha/tags/4.4/captcha.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
captcha/tags/4.4/captcha.php
r1781809 r1781863 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.