Changeset 36709 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 02/25/2016 12:52:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r36698 r36709 1085 1085 * 1086 1086 * This is a mechanism to "wake up" settings that have been dynamically created 1087 * on the front end and have been sent to WordPress in `$_POST['customized']`. When WP1087 * on the front end and have been sent to WordPress in `$_POST['customized']`. When WP 1088 1088 * loads, the dynamically-created settings then will get created and previewed 1089 1089 * even though they are not directly created statically with code. … … 1674 1674 public function customize_pane_settings() { 1675 1675 /* 1676 * If the front end and the admin are served from the same domain, load the1676 * If the front end and the admin are served from the same domain, load the 1677 1677 * preview over ssl if the Customizer is being loaded over ssl. This avoids 1678 * insecure content warnings. This is not attempted if the admin and front end1679 * are on different domains to avoid the case where the front end doesn't have1678 * insecure content warnings. This is not attempted if the admin and front end 1679 * are on different domains to avoid the case where the front end doesn't have 1680 1680 * ssl certs. Domain mapping plugins can allow other urls in these conditions 1681 1681 * using the customize_allowed_urls filter. … … 1753 1753 } 1754 1754 1755 // Pass to front end the Customizer construct being deeplinked.1755 // Pass to front end the Customizer construct being deeplinked. 1756 1756 foreach ( $this->get_autofocus() as $type => $id ) { 1757 1757 $can_autofocus = (
Note: See TracChangeset
for help on using the changeset viewer.