Make WordPress Core


Ignore:
Timestamp:
12/04/2013 11:31:21 PM (12 years ago)
Author:
DrewAPicture
Message:

Hook docs fixes following [26645].

See #25721.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor-gd.php

    r26645 r26648  
    9292         * @since 3.5.0
    9393         *
    94          * @param int Maximum memory limit to allocate (default is WP_MAX_MEMORY_LIMIT)
     94         * @param string $limit Maximum memory limit to allocate for images. Default value
     95         *                      of WP_MAX_MEMORY_LIMIT is '256M'.
    9596         */
    9697        // Set artificially high because GD uses uncompressed images in memory
Note: See TracChangeset for help on using the changeset viewer.