Make WordPress Core

Ticket #16039: 16039-trunk.patch

File 16039-trunk.patch, 1.7 KB (added by hakre, 14 years ago)

Changes as requested by Ulf Harnhammar for trunk

  • wp-includes/kses.php

     
    11<?php
    22/**
    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
    45 *
     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 *
    523 * Added wp_ prefix to avoid conflicts with existing kses users
    624 *
    725 * @version 0.2.2
     
    1129 * @package External
    1230 * @subpackage KSES
    1331 *
    14  * @internal
    15  * *** CONTACT INFORMATION ***
    16  * E-mail:      metaur at users dot sourceforge dot net
    17  * Web page:    http://sourceforge.net/projects/kses
    18  * Paper mail:  Ulf Harnhammar
    19  *              Ymergatan 17 C
    20  *              753 25  Uppsala
    21  *              SWEDEN
    22  *
    23  * [kses strips evil scripts!]
    2432 */
    2533
    2634/**