Changeset 49927 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r49751 r49927 80 80 * @since 3.5.0 81 81 * 82 * @return bool|WP_Error True if loaded successfully; WP_Error on failure.82 * @return true|WP_Error True if loaded successfully; WP_Error on failure. 83 83 */ 84 84 public function load() { … … 312 312 * @param int $dst_h Optional. The destination height. 313 313 * @param bool $src_abs Optional. If the source crop points are absolute. 314 * @return bool|WP_Error314 * @return true|WP_Error 315 315 */ 316 316 public function crop( $src_x, $src_y, $src_w, $src_h, $dst_w = null, $dst_h = null, $src_abs = false ) {
Note: See TracChangeset
for help on using the changeset viewer.