Make WordPress Core


Ignore:
Timestamp:
04/20/2009 06:18:39 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r11010 r11013  
    5959                $desc = isset($_REQUEST['photo_description'][$key]) ? $_REQUEST['photo_description'][$key] : '';
    6060                $upload = media_sideload_image($image, $post_ID, $desc);
    61                
     61
    6262                // Replace the POSTED content <img> with correct uploaded ones. Regex contains fix for Magic Quotes
    6363                if( !is_wp_error($upload) ) $content = preg_replace('/<img ([^>]*)src=\\\?(\"|\')'.preg_quote($image, '/').'\\\?(\2)([^>\/]*)\/*>/is', $upload, $content);
     
    451451            <!-- This div holds the photo metadata -->
    452452            <div class="photolist"></div>
    453            
     453
    454454            <div id="submitdiv" class="stuffbox">
    455455                <h3><?php _e('Publish') ?></h3>
     
    466466                </div>
    467467            </div>
    468            
     468
    469469            <div id="categorydiv" class="stuffbox">
    470470                <h3><?php _e('Categories') ?></h3>
     
    525525        <div class="postdivrich">
    526526            <ul id="actions">
    527                
     527
    528528                <li id="photo_button">
    529529                    Add: <?php if ( current_user_can('upload_files') ) { ?><a title="<?php _e('Insert an Image'); ?>" href="#">
Note: See TracChangeset for help on using the changeset viewer.