Make WordPress Core

Changeset 46398


Ignore:
Timestamp:
10/05/2019 01:30:00 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing documentation for the first parameter of the big_image_size_threshold filter.

Props dkarfa, desrosj, earnjam.
Fixes #48214.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image.php

    r46382 r46398  
    236236     * @since 5.3.0
    237237     *
     238     * @param int    $threshold     The threshold value in pixels. Default 2560.
    238239     * @param array  $imagesize     Indexed array of the image width and height (in that order).
    239240     * @param string $file          Full path to the uploaded image file.
Note: See TracChangeset for help on using the changeset viewer.