Changeset 3099939
- Timestamp:
- 06/09/2024 06:23:41 AM (22 months ago)
- Location:
- hyvor-talk/trunk
- Files:
-
- 3 edited
-
hyvor-talk.php (modified) (2 diffs)
-
inc/class-hyvor-talk-webpage.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hyvor-talk/trunk/hyvor-talk.php
r3099171 r3099939 7 7 Plugin URI: https://talk.hyvor.com 8 8 Description: The official WordPress plugin for Hyvor Talk, The Best Commenting Platform For Your Website 9 Version: 1.2.1 49 Version: 1.2.15 10 10 Author: Hyvor 11 11 Author URI: https://hyvor.com … … 49 49 define('HYVOR_TALK_IDENTIFIER', 'hyvor-talk'); 50 50 // the version of the plugin 51 define('HYVOR_TALK_VERSION', '1.2.1 4');51 define('HYVOR_TALK_VERSION', '1.2.15'); 52 52 53 53 require HYVOR_TALK_DIR_PATH . '/inc/class-hyvor-talk.php'; -
hyvor-talk/trunk/inc/class-hyvor-talk-webpage.php
r3099171 r3099939 78 78 79 79 if ($this -> isCommentCountsLoadable()) 80 return "< span data-talk-id=\"{$this -> getIdentifier($post)}\"></span>";80 return "<hyvor-talk-comment-count page-id=\"{$this -> getIdentifier($post)}\"></hyvor-talk-comment-count>"; 81 81 else 82 82 return $text; … … 136 136 137 137 if (isset($attr['id'])) { 138 $pageId = "page-id= {$attr['id']}";138 $pageId = "page-id=\"{$attr['id']}\""; 139 139 } 140 140 elseif (is_single()) { 141 $pageId = "page-id= " . get_the_ID();141 $pageId = "page-id=\"" . get_the_ID() . "\""; 142 142 } 143 143 else { -
hyvor-talk/trunk/readme.txt
r3099171 r3099939 4 4 Requires at least: 4.6 5 5 Tested up to: 6.5.3 6 Stable tag: 1.2.1 46 Stable tag: 1.2.15 7 7 Requires PHP: 7.4 8 8 License: GPLv2 … … 89 89 == Change Log == 90 90 91 = 1.2.15 = 92 * Minor bug fix for hyvor-talk-comments-count 93 91 94 = 1.2.14 = 92 95 * Introducing new logo
Note: See TracChangeset
for help on using the changeset viewer.