diff -r 34716fd837a4 -r be944660c56a wp/wp-admin/includes/image-edit.php
--- a/wp/wp-admin/includes/image-edit.php Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-admin/includes/image-edit.php Wed Sep 21 18:19:35 2022 +0200
@@ -11,9 +11,9 @@
*
* @since 2.9.0
*
- * @param int $post_id Attachment post ID.
- * @param bool|object $msg Optional. Message to display for image editor updates or errors.
- * Default false.
+ * @param int $post_id Attachment post ID.
+ * @param false|object $msg Optional. Message to display for image editor updates or errors.
+ * Default false.
*/
function wp_image_editor( $post_id, $msg = false ) {
$nonce = wp_create_nonce( "image_editor-$post_id" );
@@ -90,7 +90,8 @@
@@ -117,7 +118,7 @@
);
?>
-
+