diff --git src/wp-includes/class-wp-customize-manager.php src/wp-includes/class-wp-customize-manager.php
index e8b6198..b2588ae 100644
|
|
|
final class WP_Customize_Manager {
|
| 1184 | 1184 | // #WP19627 |
| 1185 | 1185 | |
| 1186 | 1186 | $this->add_section( 'static_front_page', array( |
| 1187 | | 'title' => __( 'Static Front Page' ), |
| 1188 | | // 'theme_supports' => 'static-front-page', |
| 1189 | | 'priority' => 120, |
| 1190 | | 'description' => __( 'Your theme supports a static front page.' ), |
| | 1187 | 'title' => __( 'Static Front Page' ), |
| | 1188 | // 'theme_supports' => 'static-front-page', |
| | 1189 | 'priority' => 120, |
| | 1190 | 'description' => __( 'Your theme supports a static front page.' ), |
| | 1191 | 'active_callback' => 'is_front_page', |
| 1191 | 1192 | ) ); |
| 1192 | 1193 | |
| 1193 | 1194 | $this->add_setting( 'show_on_front', array( |