Skip to content

Commit

Permalink
Merge pull request #149 from rchmura/release240
Browse files Browse the repository at this point in the history
Release version 2.4.0
  • Loading branch information
tednh authored May 7, 2024
2 parents a1f79ec + c464743 commit f5ca73a
Show file tree
Hide file tree
Showing 463 changed files with 71,295 additions and 968 deletions.
1,407 changes: 709 additions & 698 deletions readme.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

if (!defined('WP_UNINSTALL_PLUGIN'))
wp_die(__('Plugin uninstallation can not be executed in this fashion.'));
wp_die(wp_kses_post(__('Plugin uninstallation can not be executed in this fashion.')));

global $wpdb;

Expand Down
Loading

0 comments on commit f5ca73a

Please sign in to comment.