Changeset 2045315
- Timestamp:
- 03/06/2019 02:37:17 PM (7 years ago)
- Location:
- profanityblocker-profanity-filter/trunk
- Files:
-
- 3 edited
-
profanity-blocker-options.php (modified) (1 diff)
-
profanity-blocker.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
profanityblocker-profanity-filter/trunk/profanity-blocker-options.php
r942503 r2045315 19 19 'filter_check_emails' => 1, 20 20 'filter_check_phone' => 1, 21 'filter_check_links' => 1, 22 'bp_runs' => 0, 23 'bb_runs' => 0 21 'filter_check_links' => 1 24 22 ); 25 23 -
profanityblocker-profanity-filter/trunk/profanity-blocker.php
r942503 r2045315 103 103 include_once('profanity-blocker_wpcore.php'); 104 104 105 /* -------------------------------------------------------- BuddyPress section ------------------------------------------------------- */106 107 include_once('profanity-blocker_bpcore.php');108 109 /* --------------------------------------------------------- bbPress section --------------------------------------------------------- */110 111 include_once('profanity-blocker_bbcore.php');112 105 113 106 /* ----------------------------------------------------- Administration section ----------------------------------------------------- */ -
profanityblocker-profanity-filter/trunk/readme.txt
r2044720 r2045315 72 72 == Changelog == 73 73 74 = 1.1.2 = 75 * Removed BuddyPress integration within the plugin because it caused errors to be thrown if you had it enabled on your WordPress solution. Should clients like an updated integration with BuddyPress, comment on support forum or send us an email. 76 74 77 = 1.1.1 = 75 78 * Added a free package implementation code (check FAQ for more)
Note: See TracChangeset
for help on using the changeset viewer.