Skip to content

Commit 6237bc1

Browse files
authored
Merge pull request #1 from misfist/40370-refresh-at-6-4-update
Rename `create_crop_hash` to `update_crop_hash`
2 parents b24aab6 + 71ee9cf commit 6237bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-image-editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function get_crop_hash() {
242242
* @param string $hash
243243
* @return true
244244
*/
245-
protected function create_crop_hash( $hash = null ) {
245+
protected function update_crop_hash( $hash = null ) {
246246
$this->hash = $hash;
247247
return true;
248248
}

0 commit comments

Comments
 (0)