Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rename create_crop_hash to update_crop_hash
  • Loading branch information
misfist committed Aug 24, 2023
commit 71ee9cf55037edaf2137877a11eaffc2267bba12
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-image-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function get_crop_hash() {
* @param string $hash
* @return true
*/
protected function create_crop_hash( $hash = null ) {
protected function update_crop_hash( $hash = null ) {
$this->hash = $hash;
return true;
}
Expand Down