Plugin Directory

Changeset 1571202


Ignore:
Timestamp:
01/09/2017 02:16:15 PM (9 years ago)
Author:
vrajesh.dave
Message:

change version and change tranlates

Location:
vd-ratings/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vd-ratings/trunk/templates/settings.php

    r1569251 r1571202  
    66        <table class="form-table"> 
    77            <tr valign="top">
    8                 <th scope="row"><label for="_vd_user_login"><?php echo esc_html__('Only registered user can rate','vd_rate'); ?></label></th>
     8                <th scope="row"><label for="_vd_user_login"><?php echo __('Only registered user can rate','vd_rate'); ?></label></th>
    99                <td>
    1010                    <input type="checkbox"  name="_vd_user_login"  id="_vd_user_login" value="1" <?php checked(1,get_option('_vd_user_login')); ?> />
     
    1212            </tr>
    1313            <tr valign="top">
    14                 <th scope="row"><label for="select_color_txt"><?php echo esc_html__('Rating Color:','vd_rate'); ?></label></th>
     14                <th scope="row"><label for="select_color_txt"><?php echo __('Rating Color:','vd_rate'); ?></label></th>
    1515                <td>                   
    1616                    <select class="select_color" id="select_color" onchange="get_val(this.value);">
    17                         <option value="#ff0000"><?php echo esc_html__('Red','vd_rate'); ?></option>
    18                         <option value="#0000ff"><?php echo esc_html__('Blue','vd_rate'); ?></option>
    19                         <option value="#00ff00"><?php echo esc_html__('Green','vd_rate'); ?></option>
    20                         <option value="$ffff00"><?php echo esc_html__('Yellow','vd_rate'); ?></option>
     17                        <option value="#ff0000"><?php echo __('Red','vd_rate'); ?></option>
     18                        <option value="#0000ff"><?php echo __('Blue','vd_rate'); ?></option>
     19                        <option value="#00ff00"><?php echo __('Green','vd_rate'); ?></option>
     20                        <option value="$ffff00"><?php echo __('Yellow','vd_rate'); ?></option>
    2121                    </select>
    2222                    <input type="text" name="_vd_rate_color" id="_vd_rate_color" value="<?php echo esc_attr( get_option('_vd_rate_color') ); ?>" />&nbsp;&nbsp;&nbsp;&nbsp;<?php echo esc_html__('you can add hexacode directly here.','vd_rate'); ?>
  • vd-ratings/trunk/vd_ratings.php

    r1571199 r1571202  
    44Plugin URI: vrajeshdave.wordpress.com
    55Description: by using this plugin ,you can rate your post,page,and anything..!
    6 Version: 1.1
     6Version: 1.2
    77Author: Vrajesh Dave
    88Author URI: vrajeshdave.wordpress.com
     
    1717        protected $tag = 'vd_ratings'; 
    1818        protected $name = 'Rating';
    19         protected $version = '1.1';
     19        protected $version = '1.2';
    2020        public function __construct()
    2121        {
Note: See TracChangeset for help on using the changeset viewer.