Changeset 2609006
- Timestamp:
- 10/04/2021 05:07:48 PM (4 years ago)
- Location:
- ark-wysiwyg-comment-editor/trunk
- Files:
-
- 4 edited
-
ark-commenteditor.php (modified) (4 diffs)
-
ckeditor_set.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
tinymce_set.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ark-wysiwyg-comment-editor/trunk/ark-commenteditor.php
r2558007 r2609006 5 5 Plugin URI: https://obg.kz/plagin-kommentariev-dlya-wordpress.html 6 6 Description: Visual CommentEditor TinyMce Advanced 7 Version: 2.15. 47 Version: 2.15.5 8 8 Author URI: https://obg.kz 9 9 Text Domain: arkcommenteditor … … 63 63 'btn_image' => '0', 64 64 'btn_blockquote' => '1', 65 'btn_code' => '0',66 65 'btn_bullist' => '0', 67 66 'btn_numlist' => '0', … … 139 138 'btn_image' => sanitize_text_field($_POST['btn_image']), 140 139 'btn_blockquote' => sanitize_text_field($_POST['btn_blockquote']), 141 'btn_code' => '0',142 140 'btn_bullist' => sanitize_text_field($_POST['btn_bullist']), 143 141 'btn_numlist' => sanitize_text_field($_POST['btn_numlist']), … … 274 272 </td> 275 273 <td> 276 <img src="<?php echo esc_url(plugins_url( '/img/code.png', __FILE__ )); ?>" title="<?php esc_html_e('Code','arkcommenteditor'); ?>" valign="top"> <input type="checkbox" name="btn_code" value="1" <?php if ((int)($result['btn_code']) == 1) { echo "checked"; } ?>/> 277 </td>278 <td>279 274 <img src="<?php echo esc_url(plugins_url( '/img/bullist.png', __FILE__ )); ?>" title="<?php esc_html_e('Bullist','arkcommenteditor'); ?>" valign="top"> <input type="checkbox" name="btn_bullist" value="1" <?php if ((int)($result['btn_bullist']) == 1) { echo "checked"; } ?>/> 280 275 </td> -
ark-wysiwyg-comment-editor/trunk/ckeditor_set.php
r2558007 r2609006 87 87 $bar6 = ''; 88 88 if ($result['btn_blockquote'] == 1) { $bar6 = $bar6 . '"Blockquote","-",'; $kvobtn++; } 89 if ($result['btn_code'] == 1) { $bar6 = $bar6 . '"Source"'; $kvobtn++; }90 89 if ($bar6!='') { $bar6 = '{name: "bar6", items: ['.$bar6 . ' ] } ,'; } 91 90 // Вторая панель (это чисто эмпирически - всё может быть в одну панель) -
ark-wysiwyg-comment-editor/trunk/readme.txt
r2571052 r2609006 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.8 8 Stable tag: 2.15. 48 Stable tag: 2.15.5 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 71 = 2.15.5 = 72 * Закрыта возможность вставки IFRAME 73 71 74 = 2.15.4 = 72 75 * Оптимизация защиты плагина … … 200 203 201 204 == Upgrade Notice == 205 206 = 2.15.5 = 207 * Закрыта возможность вставки IFRAME 202 208 203 209 = 2.15.4 = -
ark-wysiwyg-comment-editor/trunk/tinymce_set.php
r2554992 r2609006 29 29 $bar6 = ''; 30 30 if ($result['btn_blockquote'] == 1) { $bar6 = $bar6 . ' blockquote'; $kvobtn++; } 31 //if ($result['btn_code'] == 1) { $bar6 = $bar6 . ' code'; $kvobtn++; $wceplugins = $wceplugins . ', code'; }32 31 if ($bar6!='","' && $bar6!='') { $bar6 = $bar6 . ' | '; } 33 32 // Вторая панель (это чисто эмпирически - всё может быть в одну панель)
Note: See TracChangeset
for help on using the changeset viewer.