diff --git a/wp-includes/js/customize-loader.js b/wp-includes/js/customize-loader.js index 2ee0c0f90b..93b8d5a5c5 100644 --- a/wp-includes/js/customize-loader.js +++ b/wp-includes/js/customize-loader.js @@ -14,9 +14,9 @@ window.wp = window.wp || {}; * Allows the Customizer to be overlayed on any page. * * By default, any element in the body with the load-customize class will open - * the Customizer overlay with the URL specified. + * an iframe overlay with the URL specified. * - * e.g. Open customizer + * e.g. Open customizer * * @augments wp.customize.Events */