Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r8837 r10150  
    598598                    {
    599599                    $thisval = $match[1];
    600                     if ( in_array($attrname, $uris) )       
     600                    if ( in_array($attrname, $uris) )
    601601                        $thisval = wp_kses_bad_protocol($thisval, $allowed_protocols);
    602602
     
    614614                    {
    615615                    $thisval = $match[1];
    616                     if ( in_array($attrname, $uris) )       
     616                    if ( in_array($attrname, $uris) )
    617617                        $thisval = wp_kses_bad_protocol($thisval, $allowed_protocols);
    618618
     
    630630                    {
    631631                    $thisval = $match[1];
    632                     if ( in_array($attrname, $uris) )       
     632                    if ( in_array($attrname, $uris) )
    633633                        $thisval = wp_kses_bad_protocol($thisval, $allowed_protocols);
    634634
Note: See TracChangeset for help on using the changeset viewer.