From 37f96ce3e6f495c04ddfc4eda264cbd176891ebc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 5 Oct 2014 18:39:12 +0000 Subject: [PATCH] Fix misleading documentation in customize-loader.js. props ericlewis. fixes #29866. git-svn-id: https://develop.svn.wordpress.org/trunk@29838 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/customize-loader.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/js/customize-loader.js b/src/wp-includes/js/customize-loader.js index 2ee0c0f90b..93b8d5a5c5 100644 --- a/src/wp-includes/js/customize-loader.js +++ b/src/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 */