Changeset 47428
- Timestamp:
- 03/04/2020 11:33:14 AM (6 years ago)
- Location:
- trunk/src/wp-includes/customize
- Files:
-
- 2 edited
-
class-wp-customize-nav-menu-item-setting.php (modified) (1 diff)
-
class-wp-customize-nav-menu-setting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
r47383 r47428 156 156 * @since 4.3.0 157 157 * 158 * @throws Exception If $id is not valid for this setting type. 159 * 158 160 * @param WP_Customize_Manager $manager Customizer bootstrap instance. 159 161 * @param string $id A specific ID of the setting. 160 162 * Can be a theme mod or option name. 161 163 * @param array $args Optional. Setting arguments. 162 *163 * @throws Exception If $id is not valid for this setting type.164 164 */ 165 165 public function __construct( WP_Customize_Manager $manager, $id, array $args = array() ) { -
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-setting.php
r47383 r47428 126 126 * @since 4.3.0 127 127 * 128 * @throws Exception If $id is not valid for this setting type. 129 * 128 130 * @param WP_Customize_Manager $manager Customizer bootstrap instance. 129 131 * @param string $id A specific ID of the setting. 130 132 * Can be a theme mod or option name. 131 133 * @param array $args Optional. Setting arguments. 132 *133 * @throws Exception If $id is not valid for this setting type.134 134 */ 135 135 public function __construct( WP_Customize_Manager $manager, $id, array $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.