--- a/wp/wp-includes/js/customize-base.js Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/js/customize-base.js Fri Sep 05 18:40:08 2025 +0200
@@ -391,8 +391,9 @@
/**
* Add an item to the collection.
*
- * @param {string|wp.customize.Class} item - The item instance to add, or the ID for the instance to add. When an ID string is supplied, then itemObject must be provided.
- * @param {wp.customize.Class} [itemObject] - The item instance when the first argument is a ID string.
+ * @param {string|wp.customize.Class} item - The item instance to add, or the ID for the instance to add.
+ * When an ID string is supplied, then itemObject must be provided.
+ * @param {wp.customize.Class} [itemObject] - The item instance when the first argument is an ID string.
* @return {wp.customize.Class} The new item's instance, or an existing instance if already added.
*/
add: function( item, itemObject ) {