Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/wp-includes/kses.php

    r17186 r17172  
    11<?php
    22/**
    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!]
     3 * HTML/XHTML filter that only allows some elements and attributes
    224 *
    235 * Added wp_ prefix to avoid conflicts with existing kses users
     
    257 * @version 0.2.2
    268 * @copyright (C) 2002, 2003, 2005
    27  * @author Ulf Harnhammar <http://advogato.org/person/metaur/>
     9 * @author Ulf Harnhammar <metaur@users.sourceforge.net>
    2810 *
    2911 * @package External
    3012 * @subpackage KSES
     13 *
     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!]
    3124 */
    3225
Note: See TracChangeset for help on using the changeset viewer.