- Timestamp:
- 02/25/2020 04:19:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-control.php
r47350 r47363 42 42 * @param WP_Customize_Manager $manager Customizer bootstrap instance. 43 43 * @param string $id The control ID. 44 * @param array $args Optional. Overrides class property defaults. 44 * @param array $args Optional. Arguments to override class property defaults. 45 * See WP_Customize_Control::__construct() for information 46 * on accepted arguments. 45 47 */ 46 48 public function __construct( $manager, $id, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.