Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (14 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/kses.php

    r18856 r19593  
    1111 * This program is distributed in the hope that it will be useful, but WITHOUT
    1212 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
     13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
    1414 * more details.
    1515 *
     
    719719 * or apostrophes around them, to make it easier to produce HTML code that will
    720720 * conform to W3C's HTML specification. It will also remove bad URL protocols
    721  * from attribute values.  It also reduces duplicate attributes by using the
     721 * from attribute values. It also reduces duplicate attributes by using the
    722722 * attribute defined first (foo='bar' foo='baz' will result in foo='bar').
    723723 *
Note: See TracChangeset for help on using the changeset viewer.