Ticket #16039: 16039-updated.patch
File 16039-updated.patch, 1.8 KB (added by , 14 years ago) |
---|
-
wp-includes/kses.php
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 4 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!] 22 * 5 23 * Added wp_ prefix to avoid conflicts with existing kses users 6 24 * 7 25 * @version 0.2.2 8 26 * @copyright (C) 2002, 2003, 2005 9 * @author Ulf Harnhammar < metaur@users.sourceforge.net>27 * @author Ulf Harnhammar <http://advogato.org/person/metaur/> 10 28 * 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 26 33 /**