Changeset 2305468
- Timestamp:
- 05/15/2020 08:45:43 AM (6 years ago)
- Location:
- modern-admin-comments
- Files:
-
- 7 added
- 3 edited
-
tags/1.1 (added)
-
tags/1.1/js (added)
-
tags/1.1/js/code_button.js (added)
-
tags/1.1/js/modern-admin-comments.js (added)
-
tags/1.1/licence.txt (added)
-
tags/1.1/modern-admin-comments.php (added)
-
tags/1.1/readme.txt (added)
-
trunk/js/modern-admin-comments.js (modified) (1 diff)
-
trunk/modern-admin-comments.php (modified) (1 diff)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modern-admin-comments/trunk/js/modern-admin-comments.js
r2273730 r2305468 116 116 // Init Tinymce 117 117 editor.settings['auto_focus'] = 'replycontent'; 118 editor.settings['init_instance_callback'] = function (editor) { 119 editor.shortcuts.add("meta+13", "Submit comment", function () { 120 $('.reply-submit-buttons .save').click(); 121 }); 122 } 118 123 tinymce.init(editor.settings); 119 124 editor.save(); -
modern-admin-comments/trunk/modern-admin-comments.php
r2288199 r2305468 3 3 * Plugin Name: Modern Admin Comments by WPMarmite 4 4 * Description: Enhance your administrator/moderator experience in the comments administration pages with a rich text editor. 5 * Version: 1. 0.15 * Version: 1.1 6 6 * Author: Modern Plugins 7 7 * Author URI: https://modernplugins.com/ -
modern-admin-comments/trunk/readme.txt
r2288199 r2305468 5 5 Requires at least: 4.6 6 6 Tested up to: 5.4 7 Stable tag: 1. 0.17 Stable tag: 1.1 8 8 Requires PHP: 5.6 9 9 License: GPL v3 or later … … 18 18 Comment moderation shouldn’t look like coding. Also, many bloggers don’t know how to deal with HTML tags… 19 19 20 This simple WordPress plugin fixes this by replacing the quicktags comment editor with a simple TinyMCE rich text editor under the :20 This simple WordPress plugin fixes this by replacing the quicktags comment editor with a simple TinyMCE rich text editor under the: 21 21 22 22 - Reply link, … … 28 28 No options. No settings pages. 29 29 30 Just activate it, and enjoy your new comment editing features !30 Just activate it, and enjoy your new comment editing features! 31 31 32 32 == Credits == 33 33 34 [Modern Plugins](https://modernplugins.com/) is a new brand founded by [WPMarmite](https://wpmarmite.com), the WordPress blog where you can find in-depth WordPress tutorials for beginners and honest reviews.34 [Modern Plugins](https://modernplugins.com/) is a new brand founded by [WPMarmite](https://wpmarmite.com), the WordPress blog where you can find in-depth WordPress tutorials and reviews to help beginners build their website. 35 35 36 36 == Installation == … … 43 43 == Frequently Asked Questions == 44 44 45 = Does the plugin register TinyMCE on the front end comment form ? =45 = Does the plugin register TinyMCE on the front end comment form? = 46 46 47 47 No. This plugins only enhances the administration experience. … … 53 53 54 54 == Changelog == 55 56 = 1.1 = 57 * Added the Ctrl/Cmd + Enter keyboard shortcut to publish a quick reply. 55 58 56 59 = 1.0.1 = … … 65 68 == Upgrade Notice == 66 69 70 = 1.1 = 71 * Added the Ctrl/Cmd + Enter keyboard shortcut to publish a quick reply. 72 67 73 = 1.0.1 = 68 74 * Updated assets
Note: See TracChangeset
for help on using the changeset viewer.