Plugin Directory

Changeset 2977101


Ignore:
Timestamp:
10/10/2023 02:50:39 PM (2 years ago)
Author:
esselinknu
Message:

2.84

  • Remove Recaptcha frontpage function
Location:
esselinknu-settings/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • esselinknu-settings/trunk/esselink-nu-settings.php

    r2964147 r2977101  
    44 * Plugin URI: http://www.esselink.nu
    55 * Description: Settings plugin for custom WP configuration for Esselink.nu WP websites
    6  * Version: 2.83
     6 * Version: 2.84
    77 * Author: Esselink.nu
    88 * Author URI: http://www.esselink.nu
    99**/
    10 $esselink_nu_settings_verson = 2.83;
     10$esselink_nu_settings_verson = 2.84;
    1111
    1212$esselink_nu_server_hosts = array('web02.esselink.nu', 'web03.esselink.nu', 'web04.esselink.nu');
  • esselinknu-settings/trunk/includes/admin-settings.php

    r2964147 r2977101  
    183183                    update_option( 'esselink_nu_settings_hsts_header', checkBoolean($_POST['esselink_nu_settings_hsts_header']), 'true' ); 
    184184                    update_option( 'esselink_nu_settings_session_cookie', checkBoolean($_POST['esselink_nu_settings_session_cookie']), 'true' );   
    185                     update_option( 'esselink_nu_settings_disable_recaptcha_frontpage', checkBoolean($_POST['esselink_nu_settings_disable_recaptcha_frontpage']), 'true' );         
     185                   
     186                    //update_option( 'esselink_nu_settings_disable_recaptcha_frontpage', checkBoolean($_POST['esselink_nu_settings_disable_recaptcha_frontpage']), 'true' );           
    186187                   
    187188                    update_option( 'esselink_nu_settings_send_emails', checkBoolean($_POST['esselink_nu_settings_send_emails']), 'true' );
     
    614615                                        </td>
    615616                                    </tr>
     617                                    <?PHP /*
    616618                                    <tr valign="top">
    617619                                        <th scope="row">
     
    628630                                            </fieldset>
    629631                                        </td>
    630                                     </tr>
     632                                    </tr> */
     633                                    ?>
    631634                                    <tr valign="top">
    632635                                        <th scope="row">
  • esselinknu-settings/trunk/includes/basic-settings.php

    r2964147 r2977101  
    384384
    385385// Disable Recaptch frontpage
     386/*
    386387if(get_option('esselink_nu_settings_disable_recaptcha_frontpage') == false)
    387388    add_option( 'esselink_nu_settings_disable_recaptcha_frontpage', 'true', '', 'yes' );
     
    396397    });
    397398}
    398 
     399*/
    399400
    400401// Remove WP Default favicon
  • esselinknu-settings/trunk/readme.txt

    r2964147 r2977101  
    187187* Extra data added to Collector
    188188* Edit LiteSpeed ESI mode
     189= 2.84 =
     190* Remove Recaptcha frontpage function
    189191
    190192== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.