diff --git a/src/wp-includes/js/customize-loader.js b/src/wp-includes/js/customize-loader.js
index 2ee0c0f..fadb4b6 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. <a class="load-customize" href="http://siteurl.com/2014/01/02/post">Open customizer</a>
+	 *     e.g. <a class="load-customize" href="<?php echo admin_url( 'customize.php' ) ?>">Open customizer</a>
 	 *
 	 * @augments wp.customize.Events
 	 */
