Make WordPress Core

Ticket #63704: 63704.1.patch

File 63704.1.patch, 450 bytes (added by sabernhardt, 6 months ago)

fixes typo in get_udims() (only)

  • src/wp-admin/includes/deprecated.php

     
    5353}
    5454
    5555/**
    56  * Calculated the new dimensions for a downsampled image.
     56 * Calculates the new dimensions for a downsampled image.
    5757 *
    5858 * @since 2.0.0
    5959 * @deprecated 3.5.0 Use wp_constrain_dimensions()