Changeset 779838
- Timestamp:
- 09/29/2013 02:03:26 PM (13 years ago)
- Location:
- ultimate-wp-filter/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
uwpf_filter.php (modified) (1 diff)
-
uwpf_panel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-wp-filter/trunk/readme.txt
r778997 r779838 5 5 Requires at least: 2.9 6 6 Tested up to: 3.6.1 7 Stable tag: 1.5. 07 Stable tag: 1.5.1 8 8 License: GPLv2 or later 9 9 … … 73 73 * Ability to set filtering sensitivity 74 74 75 = 1.5.1 = 76 * minor bug fixes 77 75 78 == Upgrade Notice == 76 79 * None - The plugin does have version control and will perform any structural upgrades automatically. -
ultimate-wp-filter/trunk/uwpf_filter.php
r778997 r779838 67 67 68 68 $teks = wg_encode($teks); 69 $url = "http://filter.faleddo. com/service-pro.php?text=".$teks."&custom=".$custom."&i=".$smartfilter."&level=".$level;69 $url = "http://filter.faleddo.x10.bz/service-pro.php?text=".$teks."&custom=".$custom."&i=".$smartfilter."&level=".$level; 70 70 //$url = "http://localhost/wwwguard/service-pro.php?text=".$teks."&custom=".$custom."&i=".$smartfilter."&level=".$level; 71 71 -
ultimate-wp-filter/trunk/uwpf_panel.php
r778997 r779838 4 4 Plugin URI: http://filter.faleddo.com/wordpress.php 5 5 Description: A lighweight filtering plugin that will censor explicit words automatically by replacing them with asterik(*) characters in many language and user-defined keywords. 6 Version: 1.5. 06 Version: 1.5.1 7 7 Author: Laurensius Faleddo 8 8 Author URI: http://blog.faleddo.com
Note: See TracChangeset
for help on using the changeset viewer.