Changeset 47198 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r47122 r47198 944 944 * WP_Customize_Filter_Setting class. 945 945 */ 946 require_once ( ABSPATH . WPINC . '/customize/class-wp-customize-filter-setting.php' );946 require_once ABSPATH . WPINC . '/customize/class-wp-customize-filter-setting.php'; 947 947 948 948 /** 949 949 * WP_Customize_Header_Image_Setting class. 950 950 */ 951 require_once ( ABSPATH . WPINC . '/customize/class-wp-customize-header-image-setting.php' );951 require_once ABSPATH . WPINC . '/customize/class-wp-customize-header-image-setting.php'; 952 952 953 953 /** 954 954 * WP_Customize_Background_Image_Setting class. 955 955 */ 956 require_once ( ABSPATH . WPINC . '/customize/class-wp-customize-background-image-setting.php' );956 require_once ABSPATH . WPINC . '/customize/class-wp-customize-background-image-setting.php'; 957 957 958 958 /** 959 959 * WP_Customize_Nav_Menu_Item_Setting class. 960 960 */ 961 require_once ( ABSPATH . WPINC . '/customize/class-wp-customize-nav-menu-item-setting.php' );961 require_once ABSPATH . WPINC . '/customize/class-wp-customize-nav-menu-item-setting.php'; 962 962 963 963 /** 964 964 * WP_Customize_Nav_Menu_Setting class. 965 965 */ 966 require_once ( ABSPATH . WPINC . '/customize/class-wp-customize-nav-menu-setting.php' );966 require_once ABSPATH . WPINC . '/customize/class-wp-customize-nav-menu-setting.php';
Note: See TracChangeset
for help on using the changeset viewer.