Changeset 2821109
- Timestamp:
- 11/20/2022 10:30:45 AM (3 years ago)
- Location:
- mi13-like/trunk
- Files:
-
- 2 edited
-
mi13-like.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mi13-like/trunk/mi13-like.php
r2821105 r2821109 211 211 function mi13_like_page() { 212 212 $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;'; 213 214 ?> 214 215 <div class="wrap"> … … 248 249 <tr> 249 250 <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> 251 252 </tr> 252 253 <tr> -
mi13-like/trunk/readme.txt
r2821105 r2821109 5 5 Requires at least: 4.7 6 6 Tested up to: 6.1.1 7 Stable tag: 0.12 7 Stable tag: 0.121 8 8 9 9 Плагин лайков для ваших постов.
Note: See TracChangeset
for help on using the changeset viewer.