Make WordPress Core

Changeset 18144


Ignore:
Timestamp:
06/05/2011 09:04:29 AM (15 years ago)
Author:
westi
Message:

Whitespace fixes

File:
1 edited

Legend:

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

    r18143 r18144  
    241241                var my_src = eval(
    242242                        jQuery.ajax({
    243                                 type: "GET",
    244                                 url: "<?php echo esc_url($_SERVER['PHP_SELF']); ?>",
     243                                type: "GET",
     244                                url: "<?php echo esc_url($_SERVER['PHP_SELF']); ?>",
    245245                                cache : false,
    246246                                async : false,
    247                                 data: "ajax=photo_images&u=<?php echo urlencode($url); ?>",
     247                                data: "ajax=photo_images&u=<?php echo urlencode($url); ?>",
    248248                                dataType : "script"
    249249                        }).responseText
     
    252252                        var my_src = eval(
    253253                                jQuery.ajax({
    254                                         type: "GET",
    255                                         url: "<?php echo esc_url($_SERVER['PHP_SELF']); ?>",
     254                                        type: "GET",
     255                                        url: "<?php echo esc_url($_SERVER['PHP_SELF']); ?>",
    256256                                        cache : false,
    257257                                        async : false,
    258                                         data: "ajax=photo_images&u=<?php echo urlencode($url); ?>",
     258                                        data: "ajax=photo_images&u=<?php echo urlencode($url); ?>",
    259259                                        dataType : "script"
    260260                                }).responseText
     
    448448                window.resizeTo(720,540);
    449449                // set button actions
    450         jQuery('#photo_button').click(function() { show('photo'); return false; });
     450                jQuery('#photo_button').click(function() { show('photo'); return false; });
    451451                jQuery('#video_button').click(function() { show('video'); return false; });
    452452                // auto select
Note: See TracChangeset for help on using the changeset viewer.