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-datetime.php
<?php
if (!defined('ABSPATH')) {
    exit();
}
?>
<div>
    <h2 style="padding:5px 10px 10px 10px; margin:0px;"><?php _e('Date/Time 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_year_text"><?php _e('Year', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_year_text']; ?>" name="wc_year_text" id="wc_year_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_year_text_plural"><?php _e('Years (Plural Form)', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_year_text_plural']; ?>" name="wc_year_text_plural" id="wc_year_text_plural" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_month_text"><?php _e('Month', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_month_text']; ?>" name="wc_month_text" id="wc_month_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_month_text_plural"><?php _e('Months (Plural Form)', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_month_text_plural']; ?>" name="wc_month_text_plural" id="wc_month_text_plural" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_day_text"><?php _e('Day', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_day_text']; ?>" name="wc_day_text" id="wc_day_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_day_text_plural"><?php _e('Days (Plural Form)', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_day_text_plural']; ?>" name="wc_day_text_plural" id="wc_day_text_plural" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_hour_text"><?php _e('Hour', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_hour_text']; ?>" name="wc_hour_text" id="wc_hour_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_hour_text_plural"><?php _e('Hours (Plural Form)', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_hour_text_plural']; ?>" name="wc_hour_text_plural" id="wc_hour_text_plural" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_minute_text"><?php _e('Minute', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_minute_text']; ?>" name="wc_minute_text" id="wc_minute_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_minute_text_plural"><?php _e('Minutes (Plural Form)', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_minute_text_plural']; ?>" name="wc_minute_text_plural" id="wc_minute_text_plural" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_second_text"><?php _e('Second', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_second_text']; ?>" name="wc_second_text" id="wc_second_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_second_text_plural"><?php _e('Seconds (Plural Form)', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_second_text_plural']; ?>" name="wc_second_text_plural" id="wc_second_text_plural" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_right_now_text"><?php _e('Commented "right now" text', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_right_now_text']; ?>" name="wc_right_now_text" id="wc_right_now_text" /></td>
            </tr>
            <tr valign="top">
                <th scope="row"><label for="wc_ago_text"><?php _e('Ago text', 'wpdiscuz'); ?></label></th>
                <td colspan="3"><input type="text" value="<?php echo $this->optionsSerialized->phrases['wc_ago_text']; ?>" name="wc_ago_text" id="wc_ago_text" /></td>
            </tr>            
        </tbody>
    </table>
</div>