Changeset 2857468
- Timestamp:
- 01/31/2023 06:40:33 AM (3 years ago)
- Location:
- mi13-comment-user-edit/trunk
- Files:
-
- 2 edited
-
mi13-comment-user-edit.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mi13-comment-user-edit/trunk/mi13-comment-user-edit.php
r2855607 r2857468 2 2 /* 3 3 Plugin Name: mi13 comment user edit 4 Version: 1. 14 Version: 1.2 5 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. … … 189 189 $message = str_replace( 'COMMENT_AUTHOR', $to_save['comment']['comment_author'], $message ); 190 190 $message = str_replace( 'GET_COMMENT_LINK', get_comment_link($id), $message ); 191 $message = str_replace( 'SITE_URL', $site_url, $message ); 191 192 $message = str_replace( 'COMMENT_OLD', $old_comment->comment_content, $message ); 192 193 $message = str_replace( 'COMMENT_NEW', $to_save['comment']['comment_content'], $message ); -
mi13-comment-user-edit/trunk/readme.txt
r2855607 r2857468 4 4 Requires at least: 4.7 5 5 Tested up to: 6.1.1 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 8 License: GPL v2 or later … … 29 29 ** 1 - The first version in the repository. 30 30 ** 1.1 - Added a second parameter to the button for markdown parser. 31 ** 1.2 - fix bug SITE_URL to message.
Note: See TracChangeset
for help on using the changeset viewer.