Changeset 56849 for trunk/src/wp-includes/blocks/search.php
- Timestamp:
- 10/12/2023 01:55:27 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search.php
r56710 r56849 282 282 * @param array $button_styles Current collection of button styles. 283 283 * @param array $input_styles Current collection of input styles. 284 *285 * @return void286 284 */ 287 285 function apply_block_core_search_border_style( $attributes, $property, $side, &$wrapper_styles, &$button_styles, &$input_styles ) { … … 328 326 * @param array $button_styles Current collection of button styles. 329 327 * @param array $input_styles Current collection of input styles. 330 *331 * @return void332 328 */ 333 329 function apply_block_core_search_border_styles( $attributes, $property, &$wrapper_styles, &$button_styles, &$input_styles ) {
Note: See TracChangeset
for help on using the changeset viewer.