Changeset 49753 for branches/5.6/src/wp-includes/media.php
- Timestamp:
- 12/04/2020 09:44:27 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-includes/media.php
r49613 r49753 3506 3506 * @param int $width Image width in pixels. 3507 3507 * @param int $height Image height in pixels. 3508 * @return resource|GdImage The GD image resource or GdImage instance.3508 * @return resource|GdImage|false The GD image resource or GdImage instance on success. False on failure. 3509 3509 */ 3510 3510 function wp_imagecreatetruecolor( $width, $height ) {
Note: See TracChangeset
for help on using the changeset viewer.