Changeset 60198
- Timestamp:
- 04/28/2025 04:35:04 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r59855 r60198 67 67 * 68 68 * @since 3.5.0 69 * @abstract70 69 * 71 70 * @return true|WP_Error True if loaded; WP_Error on failure. … … 78 77 * @since 3.5.0 79 78 * @since 6.0.0 The `$filesize` value was added to the returned array. 80 * @abstract81 79 * 82 80 * @param string $destfilename Optional. Destination filename. Default null. … … 103 101 * 104 102 * @since 3.5.0 105 * @abstract106 103 * 107 104 * @param int|null $max_w Image width. … … 123 120 * 124 121 * @since 3.5.0 125 * @abstract126 122 * 127 123 * @param array $sizes { … … 142 138 * 143 139 * @since 3.5.0 144 * @abstract145 140 * 146 141 * @param int $src_x The start x position to crop from. … … 159 154 * 160 155 * @since 3.5.0 161 * @abstract162 156 * 163 157 * @param float $angle … … 170 164 * 171 165 * @since 3.5.0 172 * @abstract173 166 * 174 167 * @param bool $horz Flip along Horizontal Axis … … 182 175 * 183 176 * @since 3.5.0 184 * @abstract185 177 * 186 178 * @param string $mime_type The mime type of the image.
Note: See TracChangeset
for help on using the changeset viewer.