Changeset 19593 for trunk/wp-includes/kses.php
- Timestamp:
- 12/13/2011 11:45:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/kses.php
r18856 r19593 11 11 * This program is distributed in the hope that it will be useful, but WITHOUT 12 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 14 * more details. 15 15 * … … 719 719 * or apostrophes around them, to make it easier to produce HTML code that will 720 720 * conform to W3C's HTML specification. It will also remove bad URL protocols 721 * from attribute values. 721 * from attribute values. It also reduces duplicate attributes by using the 722 722 * attribute defined first (foo='bar' foo='baz' will result in foo='bar'). 723 723 *
Note: See TracChangeset
for help on using the changeset viewer.