wp/wp-admin/js/postbox.js
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
child 22 8c2e4d02f4ef
--- a/wp/wp-admin/js/postbox.js	Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-admin/js/postbox.js	Fri Sep 05 18:40:08 2025 +0200
@@ -14,7 +14,7 @@
 		__ = wp.i18n.__;
 
 	/**
-	 * This object contains all function to handle the behaviour of the post boxes. The post boxes are the boxes you see
+	 * This object contains all function to handle the behavior of the post boxes. The post boxes are the boxes you see
 	 * around the content on the edit page.
 	 *
 	 * @since 2.7.0
@@ -347,7 +347,7 @@
 		},
 
 		/**
-		 * Initializes all the postboxes, mainly their sortable behaviour.
+		 * Initializes all the postboxes, mainly their sortable behavior.
 		 *
 		 * @since 2.7.0
 		 *