Changeset 3135882
- Timestamp:
- 08/15/2024 04:09:36 AM (20 months ago)
- Location:
- mi13-comment-user-edit/trunk
- Files:
-
- 2 edited
-
mi13-comment-user-edit.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mi13-comment-user-edit/trunk/mi13-comment-user-edit.php
r3073448 r3135882 2 2 /* 3 3 Plugin Name: mi13 comment user edit 4 Version: 1.75 Plugin URI: https://wordpress.org/plugins/mi13-comment-user-edit/4 Version: 1.8 5 Plugin URI: https://wordpress.org/plugins/mi13-comment-user-edit/ 6 6 Description: This plugin allows guests to edit their comments on your site. 7 Author: mi13 8 License: GPL2+ 9 Copyright: 2022-2023 Mihail Nebov (email: mihail_teo@mail.ru) 7 Author: mi13 8 License: GPL2+ 10 9 */ 11 10 12 if( !defined( 'ABSPATH') ) exit();11 if( !defined( 'ABSPATH') ) exit(); 13 12 14 13 function mi13_comment_user_edit_languages() { -
mi13-comment-user-edit/trunk/readme.txt
r3073448 r3135882 3 3 Tags: comment 4 4 Requires at least: 4.7 5 Tested up to: 6.5.2 6 Stable tag: 1.7 5 Tested up to: 6.6.1 6 Stable tag: 1.8 7 License: GPL v2 or later 7 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 License: GPL v2 or later9 9 10 10 This plugin allows guests to edit their comments on your site. … … 34 34 ** 1.5 - Code optimization. 35 35 ** 1.6 - Removed display of the button for admin comments. 36 ** 1.7 - Now, if the sender's address does not match the commenter's address, the sender will not be able to calculate the commenter's address. 36 ** 1.7 - Now, if the sender's address does not match the commenter's address, the sender will not be able to calculate the commenter's address. 37 ** 1.8 - tested to 6.6.1.
Note: See TracChangeset
for help on using the changeset viewer.