- 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-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.