- Timestamp:
- 03/04/2020 11:33:14 AM (6 years ago)
- File:
-
- 1 edited
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() ) {
Note: See TracChangeset
for help on using the changeset viewer.