Changeset 47363
- Timestamp:
- 02/25/2020 04:19:08 PM (5 years ago)
- Location:
- trunk/src/wp-includes/customize
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-color-control.php
r42975 r47363 47 47 * @param string $id Control ID. 48 48 * @param array $args Optional. Arguments to override class property defaults. 49 * See WP_Customize_Control::__construct() for information 50 * on accepted arguments. 49 51 */ 50 52 public function __construct( $manager, $id, $args = array() ) { -
trunk/src/wp-includes/customize/class-wp-customize-media-control.php
r46660 r47363 49 49 * @param string $id Control ID. 50 50 * @param array $args Optional. Arguments to override class property defaults. 51 * See WP_Customize_Control::__construct() for information 52 * on accepted arguments. 51 53 */ 52 54 public function __construct( $manager, $id, $args = array() ) { -
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() ) { -
trunk/src/wp-includes/customize/class-wp-customize-new-menu-control.php
r46637 r47363 35 35 * @deprecated 4.9.0 36 36 * 37 * @param WP_Customize_Manager $manager Manager. 38 * @param string $id ID. 39 * @param array $args Args. 37 * @param WP_Customize_Manager $manager Customizer bootstrap instance. 38 * @param string $id The control ID. 39 * @param array $args Optional. Arguments to override class property defaults. 40 * See WP_Customize_Control::__construct() for information 41 * on accepted arguments. 40 42 */ 41 43 public function __construct( WP_Customize_Manager $manager, $id, array $args = array() ) { -
trunk/src/wp-includes/customize/class-wp-customize-site-icon-control.php
r46389 r47363 35 35 * @param string $id Control ID. 36 36 * @param array $args Optional. Arguments to override class property defaults. 37 * See WP_Customize_Control::__construct() for information 38 * on accepted arguments. 37 39 */ 38 40 public function __construct( $manager, $id, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.