Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (15 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r15473 r15590  
    961961 * @since 2.9.0
    962962 *
    963  * @param $mime_type string
     963 * @param string $mime_type
    964964 * @return bool
    965965 */
     
    992992 * @since 2.9.0
    993993 *
    994  * @param $width
    995  * @param $height
     994 * @param int $width Image width
     995 * @param int $height Image height
    996996 * @return image resource
    997997 */
Note: See TracChangeset for help on using the changeset viewer.