Make WordPress Core


Ignore:
Timestamp:
11/07/2012 07:27:19 PM (11 years ago)
Author:
nacin
Message:

Extend Press This by a few pixels to allow longer strings. props SergeyBiryukov. fixes #20975.

File:
1 edited

Legend:

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

    r22396 r22427  
    415415    jQuery(document).ready(function($) {
    416416        //resize screen
    417         window.resizeTo(720,580);
     417        window.resizeTo(740,580);
    418418        // set button actions
    419419        jQuery('#photo_button').click(function() { show('photo'); return false; });
Note: See TracChangeset for help on using the changeset viewer.