Plugin Directory

Changeset 2940539


Ignore:
Timestamp:
07/19/2023 09:55:57 PM (3 years ago)
Author:
webbernaut
Message:

removed extra semi colon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cloak-front-end-email/trunk/email.php

    r2940532 r2940539  
    5656    if ( isset( $_POST['nouce'] ) ) {
    5757        if ( wp_verify_nonce( wp_unslash( $_POST['nouce'] ), 'secure_cloak_checker' ) ) {
    58             global $wpdb;;
     58            global $wpdb;
    5959            $table = $wpdb->prefix . "options";
    6060            $emails = array_map( 'esc_attr', $_POST['emails'] );
Note: See TracChangeset for help on using the changeset viewer.