HEX
Server: LiteSpeed
System: Linux vps30244.sdns.vn 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64
User: admin (1001)
PHP: 7.4.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/hcb48/public_html/wp-content/plugins/wpdiscuz/options/phrases-layouts/phrases-general.php
<?php
if (!defined('ABSPATH')) {
    exit();
}
?>
<div>
    <h2 style="padding:5px 10px 10px 10px; margin:0px;"><?php _e('General Phrases', 'wpdiscuz'); ?></h2>
    <table class="wp-list-table widefat plugins"  style="margin-top:10px; border:none;">
        <tbody>
            <tr valign="top">
                <th scope="row"><label for="wc_be_the_first_text"><?php _e('Be the first to comment', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_be_the_first_text']; ?>" name="wc_be_the_first_text" id="wc_be_the_first_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_load_more_submit_text"><?php _e('Load More Button', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_load_more_submit_text']; ?>" name="wc_load_more_submit_text" id="wc_load_more_submit_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_load_rest_comments_submit_text"><?php _e('Load Rest of Comments', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_load_rest_comments_submit_text']; ?>" name="wc_load_rest_comments_submit_text" id="wc_load_rest_comments_submit_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_new_comment_button_text"><?php _e('Button text if has new comment', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_new_comment_button_text']; ?>" name="wc_new_comment_button_text" id="wc_new_comment_button_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_new_comments_button_text"><?php _e('Button text if has new comments (Plural Form)', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_new_comments_button_text']; ?>" name="wc_new_comments_button_text" id="wc_new_comments_button_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_new_reply_button_text"><?php _e('Button text if has new reply', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_new_reply_button_text']; ?>" name="wc_new_reply_button_text" id="wc_new_reply_button_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_new_replies_button_text"><?php _e('Button text if has new replies (Plural Form)', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_new_replies_button_text']; ?>" name="wc_new_replies_button_text" id="wc_new_replies_button_text" /></td>
            </tr>
        </tbody>
    </table>
</div>