Plugin Directory

Changeset 2857468


Ignore:
Timestamp:
01/31/2023 06:40:33 AM (3 years ago)
Author:
mi13
Message:

fix bug

Location:
mi13-comment-user-edit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mi13-comment-user-edit/trunk/mi13-comment-user-edit.php

    r2855607 r2857468  
    22/*
    33Plugin Name: mi13 comment user edit
    4 Version: 1.1
     4Version: 1.2
    55Plugin URI: https://wordpress.org/plugins/mi13-comment-user-edit/
    66Description: This plugin allows guests to edit their comments on your site.
     
    189189                $message = str_replace( 'COMMENT_AUTHOR', $to_save['comment']['comment_author'], $message );
    190190                $message = str_replace( 'GET_COMMENT_LINK', get_comment_link($id), $message );
     191                $message = str_replace( 'SITE_URL', $site_url, $message );
    191192                $message = str_replace( 'COMMENT_OLD', $old_comment->comment_content, $message );
    192193                $message = str_replace( 'COMMENT_NEW', $to_save['comment']['comment_content'], $message );
  • mi13-comment-user-edit/trunk/readme.txt

    r2855607 r2857468  
    44Requires at least: 4.7
    55Tested up to: 6.1.1
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    88License: GPL v2 or later
     
    2929** 1 - The first version in the repository.
    3030** 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.