Plugin Directory

Changeset 2821109


Ignore:
Timestamp:
11/20/2022 10:30:45 AM (3 years ago)
Author:
mi13
Message:

fix bug

Location:
mi13-like/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mi13-like/trunk/mi13-like.php

    r2821105 r2821109  
    211211function mi13_like_page() {
    212212    $priority = isset(get_option('mi13_like')['priority']) ? get_option('mi13_like')['priority'] : 11;
     213    $style_for_your_vote = isset(get_option('mi13_like')['style_for_your_vote']) ? get_option('mi13_like')['style_for_your_vote'] : 'color:#828282;';
    213214    ?>
    214215    <div class="wrap">
     
    248249                  <tr>
    249250                   <th scope="row">vote style:</th>
    250                    <td><input type="text" name="mi13_like[style_for_your_vote]" value="<?php echo get_option('mi13_like')['style_for_your_vote']; ?>" size="50"></td>
     251                   <td><input type="text" name="mi13_like[style_for_your_vote]" value="<?php echo $style_for_your_vote; ?>" size="50"></td>
    251252                  </tr>
    252253                  <tr>
  • mi13-like/trunk/readme.txt

    r2821105 r2821109  
    55Requires at least: 4.7
    66Tested up to: 6.1.1
    7 Stable tag: 0.12
     7Stable tag: 0.121
    88
    99Плагин лайков для ваших постов.
Note: See TracChangeset for help on using the changeset viewer.