Make WordPress Core


Ignore:
Timestamp:
12/09/2013 07:22:28 PM (11 years ago)
Author:
iammattthomas
Message:

In Press This, extend the sidebar for ru_RU. Fixes #26508, props SergeyBiryukov.

File:
1 edited

Legend:

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

    r26433 r26836  
    437437    jQuery(document).ready(function($) {
    438438        //resize screen
    439         window.resizeTo(740,580);
     439        window.resizeTo(760,580);
    440440        // set button actions
    441441        jQuery('#photo_button').click(function() { show('photo'); return false; });
Note: See TracChangeset for help on using the changeset viewer.