Changeset 17182 for branches/3.0/wp-includes/kses.php
- Timestamp:
- 12/30/2010 06:38:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-includes/kses.php
r17172 r17182 1 1 <?php 2 2 /** 3 * HTML/XHTML filter that only allows some elements and attributes 3 * kses 0.2.2 - HTML/XHTML filter that only allows some elements and attributes 4 * Copyright (C) 2002, 2003, 2005 Ulf Harnhammar 5 * 6 * This program is free software and open source software; you can redistribute 7 * it and/or modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation; either version 2 of the License, 9 * or (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, but WITHOUT 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along 17 * with this program; if not, write to the Free Software Foundation, Inc., 18 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or visit 19 * http://www.gnu.org/licenses/gpl.html 20 * 21 * [kses strips evil scripts!] 4 22 * 5 23 * Added wp_ prefix to avoid conflicts with existing kses users … … 11 29 * @package External 12 30 * @subpackage KSES 13 *14 * @internal15 * *** CONTACT INFORMATION ***16 * E-mail: metaur at users dot sourceforge dot net17 * Web page: http://sourceforge.net/projects/kses18 * Paper mail: Ulf Harnhammar19 * Ymergatan 17 C20 * 753 25 Uppsala21 * SWEDEN22 *23 * [kses strips evil scripts!]24 31 */ 25 32
Note: See TracChangeset
for help on using the changeset viewer.