Make WordPress Core


Ignore:
Timestamp:
12/14/2011 05:36:38 PM (13 years ago)
Author:
ryan
Message:

Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r19424 r19596  
    433433        <?php } elseif ( preg_match("/vimeo\.com\/[0-9]+/i", $url) ) { ?>
    434434            show('video');
    435         <?php  } elseif ( preg_match("/flickr\.com/i", $url) ) { ?>
     435        <?php } elseif ( preg_match("/flickr\.com/i", $url) ) { ?>
    436436            show('photo');
    437437        <?php } ?>
     
    606606        $content = '';
    607607        if ( $selection )
    608             $content .=  $selection;
     608            $content .= $selection;
    609609
    610610        if ( $url ) {
Note: See TracChangeset for help on using the changeset viewer.