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-comment.php
<?php
if (!defined('ABSPATH')) {
    exit();
}
?>
<div>
    <h2 style="padding:5px 10px 10px 10px; margin:0px;"><?php _e('Comment Template 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_reply_text"><?php _e('Reply', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_reply_text']; ?>" name="wc_reply_text" id="wc_submit_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_share_text"><?php _e('Share', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_share_text']; ?>" name="wc_share_text" id="wc_share_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_edit_text"><?php _e('Edit', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_edit_text']; ?>" name="wc_edit_text" id="wc_edit_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_share_facebook"><?php _e('Share On Facebook', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_share_facebook']; ?>" name="wc_share_facebook" id="wc_share_facebook" /></td>
            </tr>
            <tr valign="top" >
                <th scope="row"><label for="wc_share_twitter"><?php _e('Share On Twitter', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_share_twitter']; ?>" name="wc_share_twitter" id="wc_share_twitter" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_share_google"><?php _e('Share On Google', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_share_google']; ?>" name="wc_share_google" id="wc_share_google" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_share_vk"><?php _e('Share On VKontakte', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_share_vk']; ?>" name="wc_share_vk" id="wc_share_vk" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_share_ok"><?php _e('Share On Odnoklassniki', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_share_ok']; ?>" name="wc_share_ok" id="wc_share_ok" /></td>
            </tr>
            <tr valign="top" >
                <th scope="row"><label for="wc_hide_replies_text"><?php _e('Hide Replies', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_hide_replies_text']; ?>" name="wc_hide_replies_text" id="wc_hide_replies_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_show_replies_text"><?php _e('View Replies', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_show_replies_text']; ?>" name="wc_show_replies_text" id="wc_show_replies_text" /></td>
            </tr>
            <?php
            $roles = $this->optionsSerialized->blogRoles;
            foreach ($roles as $roleName => $color) {
                $phraseRoleLabel = ucfirst(str_replace('_', ' ', $roleName));

                if ($roleName == 'administrator') {
                    $roleTitle = isset($this->optionsSerialized->phrases['wc_blog_role_' . $roleName]) ? $this->optionsSerialized->phrases['wc_blog_role_' . $roleName] : __('Admin', 'wpdiscuz');
                } elseif ($roleName == 'post_author') {
                    $roleTitle = isset($this->optionsSerialized->phrases['wc_blog_role_' . $roleName]) ? $this->optionsSerialized->phrases['wc_blog_role_' . $roleName] : __('Author', 'wpdiscuz');
                } elseif ($roleName == 'editor') {
                    $roleTitle = isset($this->optionsSerialized->phrases['wc_blog_role_' . $roleName]) ? $this->optionsSerialized->phrases['wc_blog_role_' . $roleName] : __('Editor', 'wpdiscuz');
                } elseif ($roleName == 'guest') {
                    $roleTitle = isset($this->optionsSerialized->phrases['wc_blog_role_' . $roleName]) ? $this->optionsSerialized->phrases['wc_blog_role_' . $roleName] : __('Guest', 'wpdiscuz');
                } else {
                    $roleTitle = isset($this->optionsSerialized->phrases['wc_blog_role_' . $roleName]) ? $this->optionsSerialized->phrases['wc_blog_role_' . $roleName] : __('Member', 'wpdiscuz');
                }
                ?>
                <tr valign="top">
                    <th scope="row"><label for="wc_blog_role_<?php echo $roleName; ?>"><?php echo $phraseRoleLabel; ?></label></th>
                    <td><input type="text" value="<?php echo isset($this->optionsSerialized->phrases['wc_blog_role_' . $roleName]) ? $this->optionsSerialized->phrases['wc_blog_role_' . $roleName] : $roleTitle; ?>" id="wc_blog_role_<?php echo $roleName; ?>" name="wc_blog_role_<?php echo $roleName; ?>"/></td>
                </tr>
                <?php
            }
            ?>
            <tr valign="top">
                <th scope="row"><label for="wc_vote_up"><?php _e('Vote Up', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_vote_up']; ?>" name="wc_vote_up" id="wc_vote_up" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_vote_down"><?php _e('Vote Down', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_vote_down']; ?>" name="wc_vote_down" id="wc_vote_down" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_comment_edit_save_button"><?php _e('Save edited comment button text', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_comment_edit_save_button']; ?>" name="wc_comment_edit_save_button" id="wc_comment_edit_save_button" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_comment_edit_cancel_button"><?php _e('Cancel comment editing button text', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_comment_edit_cancel_button']; ?>" name="wc_comment_edit_cancel_button" id="wc_comment_edit_cancel_button" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_read_more"><?php _e('Comment read more link text', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_read_more']; ?>" name="wc_read_more" id="wc_read_more" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_anonymous"><?php _e('Anonymous commenter name', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_anonymous']; ?>" name="wc_anonymous" id="wc_anonymous" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_stick_comment_btn_title"><?php _e('Stick button title', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_stick_comment_btn_title']; ?>" name="wc_stick_comment_btn_title" id="wc_stick_comment_btn_title" /></td>
            </tr>            
            <tr valign="top">
                <th scope="row"><label for="wc_stick_comment"><?php _e('Stick', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_stick_comment']; ?>" name="wc_stick_comment" id="wc_stick_comment" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_unstick_comment"><?php _e('Unstick', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_unstick_comment']; ?>" name="wc_unstick_comment" id="wc_unstick_comment" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_sticky_comment_icon_title"><?php _e('Sticky comment icon title', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_sticky_comment_icon_title']; ?>" name="wc_sticky_comment_icon_title" id="wc_sticky_comment_icon_title" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_close_comment_btn_title"><?php _e('Close button title', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_close_comment_btn_title']; ?>" name="wc_close_comment_btn_title" id="wc_close_comment_btn_title" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_close_comment"><?php _e('Close', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_close_comment']; ?>" name="wc_close_comment" id="wc_close_comment" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_open_comment"><?php _e('Open', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_open_comment']; ?>" name="wc_open_comment" id="wc_open_comment" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_closed_comment_icon_title"><?php _e('Closed comment icon title', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_closed_comment_icon_title']; ?>" name="wc_closed_comment_icon_title" id="wc_closed_comment_icon_title" /></td>
            </tr>
        </tbody>
    </table>
</div>