Plugin Directory

Changeset 2759721


Ignore:
Timestamp:
07/21/2022 10:30:58 AM (4 years ago)
Author:
proxymis
Message:
  • debug mode off
  • better html translations
Location:
interview/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • interview/trunk/interview.php

    r2759471 r2759721  
    2222{
    2323    private $settings_options;
    24     public static $debug = true;
     24    public static $debug = false;
    2525
    2626    public function __construct()
     
    418418    if (!wp_verify_nonce($_POST['nonce'], 'interview_nonce')) die('Nonce value cannot be verified.');
    419419    global $wpdb;
    420     $message        = stripslashes(sanitize_text_field($_POST['message']));
     420    $message        = stripslashes($_POST['message']);
    421421    $subject        = "🎤 " . stripslashes(sanitize_text_field($_POST['subject']))." 🎤";
    422422    $inviteEmails   = stripslashes(sanitize_text_field($_POST['inviteEmails']));
  • interview/trunk/readme.txt

    r2759471 r2759721  
    33Tags: interviews, screen recorder, record, post guest
    44Requires at least: 4.5
    5 Tested up to: 5.9
    6 Stable tag: 1.03
     5Tested up to: 6.0
     6Stable tag: 1.04
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.